AmpScm / SharpSvn

Subversion wrapped for .Net 4.0+ and .Net Core
Apache License 2.0
58 stars 19 forks source link

Bump MSTest.TestFramework from 3.0.2 to 3.6.0 in /src #104

Open dependabot[bot] opened 4 days ago

dependabot[bot] commented 4 days ago

Bumps MSTest.TestFramework from 3.0.2 to 3.6.0.

Release notes

Sourced from MSTest.TestFramework's releases.

v3.6.0

See the release notes here

Special shoutout to @​SimonCropp for his exceptional contribution in improving the quality of the repository.

v3.5.2

See the release notes here

v3.5.1

See the release notes here

v3.5.0

See the release notes here

v3.4.3

See the release notes here

v.3.4.2

See the release notes here

v3.4.1

See the release notes here

v3.4.0

Here are the highlights of the current release, full change log is available below:

https://github.com/microsoft/testfx/compare/v3.3.1...v3.4.0

MSTest

New and improved analyzers

We've added more code analyzers to help you prevent mistakes, and to ensure a consistent code style of your tests.

One example of a new analyzer that was added in 3.4.0 is MSTEST0024: Do not store TestContext in static members. This analyzer has info severity by default, and will show a message, when you store TestContext in a static member in your class. This is not recommended, and you should be using a TestContext property instead:

image

The other analyzers added in this release:

... (truncated)

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.6.0] - 2024-09-11

See full log here

Added

Fixed

... (truncated)

Commits
  • db0db46 [rel/3.6] Update dependencies from microsoft/testanywhere (#3803)
  • 4959941 Add option to order tests by name (#3796)
  • 62659f7 [rel/3.6] Update dependencies from devdiv/DevDiv/vs-code-coverage (#3795)
  • db9387a Regenerate xlf
  • 0bc0bb8 [rel/3.6] Update dependencies from microsoft/testanywhere (#3793)
  • f3d9701 Backport some localizations
  • b0f5c69 [rel/3.6] Update dependencies from microsoft/testanywhere (#3791)
  • 4a4a538 Cherry-pick fix skipped Test isn't shown as skipped/not executed in Trx Repor...
  • 60dc7a5 [rel/3.6] Fix timedout test does not fail test run (in ui) (#3774)
  • ff20766 [rel/3.6] Fix running cleanup after first test method (#3764)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)