Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 9 updates #9

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the all group with 9 updates:

Package From To
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
Microsoft.TestPlatform.ObjectModel 17.9.0 17.10.0
Microsoft.Testing.Extensions.Telemetry 1.1.0 1.2.1
Microsoft.Testing.Platform 1.1.0 1.2.1
Microsoft.Testing.Extensions.TrxReport.Abstractions 1.1.0 1.2.1
Microsoft.Testing.Extensions.VSTestBridge 1.1.0 1.2.1
Microsoft.Testing.Platform.MSBuild 1.1.0 1.2.1
MSTest.TestAdapter 3.2.2 3.4.3
MSTest.TestFramework 3.2.2 3.4.3

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates Microsoft.TestPlatform.ObjectModel from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.TestPlatform.ObjectModel's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates Microsoft.Testing.Extensions.Telemetry from 1.1.0 to 1.2.1

Release notes

Sourced from Microsoft.Testing.Extensions.Telemetry's releases.

v1.2.1

  1. Fixing Key collision for test run parameters (#328)
  2. Don't call Class Cleanup if Class Init not called (#372)
  3. Fix masking assembly load failure error message (#382)
  4. Fix UWP tests discovery (#332)

v1.2.0

  1. DataSourceAttribute Implementation (#238)
  2. Adding support for DiaNavigation in UWP test adapter (#258)
  3. Wrong order of arguments to ArgumentException (#262)
  4. Adding filtering support at discovery (#271)
  5. Improve handling of Assert.Inconclusive (#277)

And few small improvements.

v1.2.0-beta3

This release fixes following issues:

  1. Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
  2. TestMethod failures masked by TestCleanUp exceptions. #58
  3. Multiple copies added for same test on running multiple times in IntelliTest. #92
  4. Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
  5. All the Assert constructor's has been made private and the classes sealed. #223

See release notes here

1.2.0-beta

This release fixes following issues:

  1. Support for Dynamic Data Attribute. #141 [extensibility]
  2. Make discovering test methods from base classes defined in another assembly the default. #164 [enhancement]
  3. CollectSourceInformation awareness to query source information . #119 [enhancement]

See release notes here

v1.1.18

This release fixes following issues:

  1. Ability to provide a reason for Ignored tests. #126 [enhancement]
  2. VB unit test project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #132 [enhancement]
  3. Assert.IsInstanceOf passes on value null. #178 [Contributed By LarsCelie]
  4. Test methods in a base class defined in a different assembly are not navigable in Test Explorer. #163 [Contributed By ajryan]
  5. Enable MSTest framework based tests targeting .NET Core to be run and debugged from within VSCode. #182
  6. Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #167

See release notes here

1.1.17

This release fixes following issues:

  1. Console.WriteLine support for .NetCore Projects . #18 [enhancement]
  2. Inheritance support for base classes that resides in different assemblies. #23 [enhancement]
  3. TestContext.Writeline does not output messages. #120
  4. Logger.LogMessage logs a message mutliple times. #114

... (truncated)

Changelog

Sourced from Microsoft.Testing.Extensions.Telemetry's changelog.

[1.2.1] - 2018-04-05

Changed

Removed

Artifacts

  • MSTest.TestFramework: 1.2.1
  • MSTest.TestAdapter: 1.2.1

[1.2.0] - 2017-10-11

A list of changes since last release are available here

Added

Changed

Artifacts

  • MSTest.TestFramework: 1.2.0
  • MSTest.TestAdapter: 1.2.0

[1.2.0-beta3] - 2017-08-09

A list of changes since last release are available here

Added

Changed

... (truncated)

Commits

Updates Microsoft.Testing.Platform from 1.1.0 to 1.2.1

Release notes

Sourced from Microsoft.Testing.Platform's releases.

v1.2.1

  1. Fixing Key collision for test run parameters (#328)
  2. Don't call Class Cleanup if Class Init not called (#372)
  3. Fix masking assembly load failure error message (#382)
  4. Fix UWP tests discovery (#332)

v1.2.0

  1. DataSourceAttribute Implementation (#238)
  2. Adding support for DiaNavigation in UWP test adapter (#258)
  3. Wrong order of arguments to ArgumentException (#262)
  4. Adding filtering support at discovery (#271)
  5. Improve handling of Assert.Inconclusive (#277)

And few small improvements.

v1.2.0-beta3

This release fixes following issues:

  1. Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
  2. TestMethod failures masked by TestCleanUp exceptions. #58
  3. Multiple copies added for same test on running multiple times in IntelliTest. #92
  4. Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
  5. All the Assert constructor's has been made private and the classes sealed. #223

See release notes here

1.2.0-beta

This release fixes following issues:

  1. Support for Dynamic Data Attribute. #141 [extensibility]
  2. Make discovering test methods from base classes defined in another assembly the default. #164 [enhancement]
  3. CollectSourceInformation awareness to query source information . #119 [enhancement]

See release notes here

v1.1.18

This release fixes following issues:

  1. Ability to provide a reason for Ignored tests. #126 [enhancement]
  2. VB unit test project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #132 [enhancement]
  3. Assert.IsInstanceOf passes on value null. #178 [Contributed By LarsCelie]
  4. Test methods in a base class defined in a different assembly are not navigable in Test Explorer. #163 [Contributed By ajryan]
  5. Enable MSTest framework based tests targeting .NET Core to be run and debugged from within VSCode. #182
  6. Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #167

See release notes here

1.1.17

This release fixes following issues:

  1. Console.WriteLine support for .NetCore Projects . #18 [enhancement]
  2. Inheritance support for base classes that resides in different assemblies. #23 [enhancement]
  3. TestContext.Writeline does not output messages. #120
  4. Logger.LogMessage logs a message mutliple times. #114

... (truncated)

Changelog

Sourced from Microsoft.Testing.Platform's changelog.

[1.2.1] - 2018-04-05

Changed

Removed

Artifacts

  • MSTest.TestFramework: 1.2.1
  • MSTest.TestAdapter: 1.2.1

[1.2.0] - 2017-10-11

A list of changes since last release are available here

Added

Changed

Artifacts

  • MSTest.TestFramework: 1.2.0
  • MSTest.TestAdapter: 1.2.0

[1.2.0-beta3] - 2017-08-09

A list of changes since last release are available here

Added

Changed

... (truncated)

Commits

Updates Microsoft.Testing.Extensions.TrxReport.Abstractions from 1.1.0 to 1.2.1

Release notes

Sourced from Microsoft.Testing.Extensions.TrxReport.Abstractions's releases.

v1.2.1

  1. Fixing Key collision for test run parameters (#328)
  2. Don't call Class Cleanup if Class Init not called (#372)
  3. Fix masking assembly load failure error message (#382)
  4. Fix UWP tests discovery (#332)

v1.2.0

  1. DataSourceAttribute Implementation (#238)
  2. Adding support for DiaNavigation in UWP test adapter (#258)
  3. Wrong order of arguments to ArgumentException (#262)
  4. Adding filtering support at discovery (#271)
  5. Improve handling of Assert.Inconclusive (#277)

And few small improvements.

v1.2.0-beta3

This release fixes following issues:

  1. Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
  2. TestMethod failures masked by TestCleanUp exceptions. #58
  3. Multiple copies added for same test on running multiple times in IntelliTest. #92
  4. Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
  5. All the Assert constructor's has been made private and the classes sealed. #223

See release notes here

1.2.0-beta

This release fixes following issues:

  1. Support for Dynamic Data Attribute. #141 [extensibility]
  2. Make discovering test methods from base classes defined in another assembly the default. #164 [enhancement]
  3. CollectSourceInformation awareness to query source information . #119 [enhancement]

See release notes here

v1.1.18

This release fixes following issues:

  1. Ability to provide a reason for Ignored tests. #126 [enhancement]
  2. VB unit test project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #132 [enhancement]
  3. Assert.IsInstanceOf passes on value null. #178 [Contributed By LarsCelie]
  4. Test methods in a base class defined in a different assembly are not navigable in Test Explorer. #163 [Contributed By ajryan]
  5. Enable MSTest framework based tests targeting .NET Core to be run and debugged from within VSCode. #182
  6. Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #167

See release notes here

1.1.17

This release fixes following issues:

  1. Console.WriteLine support for .NetCore Projects . #18 [enhancement]
  2. Inheritance support for base classes that resides in different assemblies. #23 [enhancement]
  3. TestContext.Writeline does not output messages. #120
  4. Logger.LogMessage logs a message mutliple times. #114

... (truncated)

Changelog

Sourced from Microsoft.Testing.Extensions.TrxReport.Abstractions's changelog.

[1.2.1] - 2018-04-05

Changed

Removed

Artifacts

  • MSTest.TestFramework: 1.2.1
  • MSTest.TestAdapter: 1.2.1

[1.2.0] - 2017-10-11

A list of changes since last release are available here

Added

Changed

Artifacts

  • MSTest.TestFramework: 1.2.0
  • MSTest.TestAdapter: 1.2.0

[1.2.0-beta3] - 2017-08-09

A list of changes since last release are available here

Added

Changed

... (truncated)

Commits

Updates Microsoft.Testing.Platform from 1.1.0 to 1.2.1

Release notes

Sourced from Microsoft.Testing.Platform's releases.

v1.2.1

  1. Fixing Key collision for test run parameters (#328)
  2. Don't call Class Cleanup if Class Init not called (#372)
  3. Fix masking assembly load failure error message (#382)
  4. Fix UWP tests discovery (#332)

v1.2.0

  1. DataSourceAttribute Implementation (#238)
  2. Adding support for DiaNavigation in UWP test adapter (#258)
  3. Wrong order of arguments to ArgumentException (#262)
  4. Adding filtering support at discovery (#271)
  5. Improve handling of Assert.Inconclusive (#277)

And few small improvements.

v1.2.0-beta3

This release fixes following issues:

  1. Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
  2. TestMethod failures masked by TestCleanUp exceptions. #58
  3. Multiple copies added for same test on running multiple times in IntelliTest. #92
  4. Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
  5. All the Assert constructor's has been made private and the classes sealed. #223

See release notes here

1.2.0-beta

This release fixes following issues:

  1. Support for Dynamic Data Attribute. #141 [extensibility]
  2. Make discovering test methods from base classes defined in another assembly the default. #164 [enhancement]
  3. CollectSourceInformation awareness to query source information . #119 [enhancement]

See release notes here

v1.1.18

This release fixes following issues:

  1. Ability to provide a reason for Ignored tests. #126 [enhancement]
  2. VB unit test project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #132 [enhancement]
  3. Assert.IsInstanceOf passes on value null. #178 [Contributed By LarsCelie]
  4. Test methods in a base class defined in a different assembly are not navigable in Test Explorer. #163 [Contributed By ajryan]
  5. Enable MSTest framework based tests targeting .NET Core to be run and debugged from within VSCode. #182
  6. Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #167

See release notes here

1.1.17

This release fixes following issues:

  1. Console.WriteLine support for .NetCore Projects . #18 [enhancement]
  2. Inheritance support for base classes that resides in different assemblies. #23 [enhancement]
  3. TestContext.Writeline does not output messages. #120
  4. Logger.LogMessage logs a message mutliple times. #114

... (truncated)

Changelog

Sourced from Microsoft.Testing.Platform's changelog.

[1.2.1] - 2018-04-05

Changed

Removed

Artifacts

  • MSTest.TestFramework: 1.2.1
  • MSTest.TestAdapter: 1.2.1

[1.2.0] - 2017-10-11

A list of changes since last release are available here

Added

Changed

Artifacts

  • MSTest.TestFramework: 1.2.0
  • MSTest.TestAdapter: 1.2.0

[1.2.0-beta3] - 2017-08-09

A list of changes since last release are available here

Added

Changed

... (truncated)

Commits

Updates Microsoft.Testing.Extensions.VSTestBridge from 1.1.0 to 1.2.1

Release notes

Sourced from Microsoft.Testing.Extensions.VSTestBridge's releases.

v1.2.1

  1. Fixing Key collision for test run parameters (#328)
  2. Don't call Class Cleanup if Class Init not called (#372)
  3. Fix masking assembly load failure error message (#382)
  4. Fix UWP tests discovery (#332)

v1.2.0

  1. DataSourceAttribute Implementation (#238)
  2. Adding support for DiaNavigation in UWP test adapter (#258)
  3. Wrong order of arguments to ArgumentException (#262)
  4. Adding filtering support at discovery (#271)
  5. Improve handling of Assert.Inconclusive (#277)

And few small improvements.

v1.2.0-beta3

This release fixes following issues:

  1. Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
  2. TestMethod failures masked by TestCleanUp exceptions. #58
  3. Multiple copies added for same test on running multiple times in IntelliTest. #92
  4. Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
  5. All the Assert constructor's has been made private and the classes sealed. #223

See release notes here

1.2.0-beta

This release fixes following issues:

  1. Support for Dynamic Data Attribute. #141 [extensibility]
  2. Make discovering test methods from base classes defined in another assembly the default. #164 [enhancement]
  3. CollectSourceInformation awareness to query source information . #119 [enhancement]

See release notes here

v1.1.18

This release fixes following issues:

  1. Ability to provide a reason for Ignored tests. #126 [enhancement]
  2. VB unit test project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #132 [enhancement]
  3. Assert.IsInstanceOf passes on value null. #178 [Contributed By LarsCelie]
  4. Test methods in a base class defined in a different assembly are not navigable in Test Explorer. #163 [Contributed By ajryan]
  5. Enable MSTest framework based tests targeting .NET Core to be run and debugged from within VSCode. #182
  6. Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #167

See release notes here

1.1.17

This release fixes following issues:

  1. Console.WriteLine support for .NetCore Projects . #18 [enhancement]
  2. Inheritance support for base classes that resides in different assemblies. #23 [enhancement]
  3. TestContext.Writeline does not output messages. #120
  4. Logger.LogMessage logs a message mutliple times. #114

... (truncated)

Changelog

Sourced from Microsoft.Testing.Extensions.VSTestBridge's changelog.

[1.2.1] - 2018-04-05

Changed

Removed

Artifacts

  • MSTest.TestFramework: 1.2.1
  • MSTest.TestAdapter: 1.2.1

[1.2.0] - 2017-10-11

A list of changes since last release are available here

Added

Changed

Artifacts

  • MSTest.TestFramework: 1.2.0
  • MSTest.TestAdapter: 1.2.0

[1.2.0-beta3] - 2017-08-09

A list of changes since last release are available here

Added

Bumps the all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [Microsoft.Testing.Extensions.Telemetry](https://github.com/microsoft/testfx) | `1.1.0` | `1.2.1` |
| [Microsoft.Testing.Platform](https://github.com/microsoft/testfx) | `1.1.0` | `1.2.1` |
| [Microsoft.Testing.Extensions.TrxReport.Abstractions](https://github.com/microsoft/testfx) | `1.1.0` | `1.2.1` |
| [Microsoft.Testing.Extensions.VSTestBridge](https://github.com/microsoft/testfx) | `1.1.0` | `1.2.1` |
| [Microsoft.Testing.Platform.MSBuild](https://github.com/microsoft/testfx) | `1.1.0` | `1.2.1` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.2.2` | `3.4.3` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.2.2` | `3.4.3` |


Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `Microsoft.TestPlatform.ObjectModel` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `Microsoft.Testing.Extensions.Telemetry` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Platform` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Extensions.TrxReport.Abstractions` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Platform` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Extensions.VSTestBridge` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Platform` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Extensions.Telemetry` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Extensions.TrxReport.Abstractions` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Platform.MSBuild` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Platform` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.TestPlatform.ObjectModel` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `MSTest.TestAdapter` from 3.2.2 to 3.4.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.2.2...v3.4.3)

Updates `Microsoft.Testing.Extensions.VSTestBridge` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Platform` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Extensions.Telemetry` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Extensions.TrxReport.Abstractions` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `Microsoft.Testing.Platform.MSBuild` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits/v1.2.1)

Updates `MSTest.TestFramework` from 3.2.2 to 3.4.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.2.2...v3.4.3)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.TestPlatform.ObjectModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.Telemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.TrxReport.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.VSTestBridge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.Telemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.TrxReport.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Platform.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.TestPlatform.ObjectModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.VSTestBridge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.Telemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Extensions.TrxReport.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Testing.Platform.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 1, 2024
@DaanV2 DaanV2 merged commit eda011b into master Jun 3, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/all-8b2be7b072 branch June 3, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant