chore(deps): bump MSTest.TestFramework from 3.1.1 to 3.6.3
Bumps MSTest.TestFramework from 3.1.1 to 3.6.3.
Release notes
Sourced from MSTest.TestFramework's releases.
v3.6.2
See the release notes here
v3.6.1
See the release notes here
v3.6.0
See the release notes here
Special shoutout to
@SimonCroppfor 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 hasinfoseverity by default, and will show a message, when you storeTestContextin a static member in your class. This is not recommended, and you should be using aTestContextproperty instead:
The other analyzers added in this release:
- MSTEST0017: Assertion arguments should be passed in the correct order by
@Evangelinkin #2256- MSTEST0019: Prefer TestInitialize over ctor by
@Evangelinkin #2580- MSTEST0020: Prefer ctors over TestInitialize methods by
@Evangelinkin #2582
... (truncated)
Changelog
Sourced from MSTest.TestFramework's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
[3.6.2] - 2024-10-31
See full log here
Fixed
- Fix localization of test adapter messages by
@nohwndin #3949- Fix call to EqtTrace by
@nohwndin #3952- Fix concurrency issue with registering callback on TestRunCancellationToken by
@Evangelinkin #3958- Fix MSTEST0030 to correctly handle all methods by
@Evangelinkin #3974- Fix displaying inner exceptions by
@Evangelinkin #3965- Fix MSTEST0018 FP with IEnumerable by
@Evangelinkin #3978Artifacts
- MSTest: 3.6.2
- MSTest.TestFramework: 3.6.2
- MSTest.TestAdapter: 3.6.2
- MSTest.Analyzers: 3.6.2
- MSTest.Sdk: 3.6.2
- Microsoft.Testing.Extensions.CrashDump: 1.4.2
- Microsoft.Testing.Extensions.HangDump: 1.4.2
- Microsoft.Testing.Extensions.HotReload: 1.4.2
- Microsoft.Testing.Extensions.Retry: 1.4.2
- Microsoft.Testing.Extensions.TrxReport: 1.4.2
[3.6.1] - 2024-10-03
See full log here
Fixed
- MSTEST0016: Fix typo in rule message and description by
@Evangelinkin #3808- MSTEST0018: fix false positive with data member visibility by
@Evangelinkin #3866- Fix MSTEST0036 is shown for cases where no shadowing happens by
@engyebrahim#3881- Bump VSTest to v17.11.1 by
@Evangelink- Fix MSTest hook to be always generated by
@Evangelinkin #3889- Fix CollectionAssert.AreEqual fails for list of strings using IEqualityComparer following by
@engyebrahimin #3886- Fix CollectionAssert.AreEqual for collection of collections ignores even-items by
@engyebrahimin #3893Artifacts
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)