bicep
bicep copied to clipboard
Bump MSTest.TestFramework from 3.2.0 to 3.2.2
Bumps MSTest.TestFramework from 3.2.0 to 3.2.2.
Release notes
Sourced from MSTest.TestFramework's releases.
v3.2.2
See the release notes here.
v3.2.1
See the release notes here.
Changelog
Sourced from MSTest.TestFramework's changelog.
[3.2.2] - 2024-02-22
See full log here
Fixed
- [rel/3.2] Workaround harmless MSBuild warning in VS by
@Evangelinkin #2350- [rel/3.2] Fix analyzers doc link by
@Evangelinkin #2362- Assert.AreEqual allow IEquatable for actual and expected by
@Evangelinkin #2382- Fix msbuild integration (#2389) by
@MarcoRossignoliin #2395- Remove the
TestingPlatformServerif the runner is disabled (#2409) by@MarcoRossignoliin #2410Artifacts
- MSTest: 3.2.2
- MSTest.TestFramework: 3.2.2
- MSTest.TestAdapter: 3.2.2
- MSTest.Analyzers: 3.2.2
- Microsoft.Testing.Extensions.CrashDump: 1.0.2
- Microsoft.Testing.Extensions.HangDump: 1.0.2
- Microsoft.Testing.Extensions.HotReload: 1.0.2
- Microsoft.Testing.Extensions.Retry: 1.0.2
- Microsoft.Testing.Extensions.TrxReport: 1.0.2
[3.2.1] - 2024-02-13
See full log here
Fixed
- MSTEST0002: fix false-positive with static TestClass (#2182) by
@Evangelinkin #2199- Bump version of coverage and platform by
@Evangelinkin #2280- [rel/3.2] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@dotnet-maestroin #2315- Fix command line output validation (#2314) by
@MarcoRossignoliin #2317- [rel/3.2] Update dependencies from microsoft/testanywhere by
@dotnet-maestroin #2320- [rel/3.2] Update dependencies from microsoft/testanywhere by
@dotnet-maestroin #2326Housekeeping
- Remove unused localization entries by
@Evangelinkin #2192- Remove version fixup workaround (#2209) by
@Evangelinkin #2212Artifacts
... (truncated)
Commits
bd712d0Remove theTestingPlatformServerif the runner is disabled (#2409) (#2410)d4e0298[rel/3.2] Update dependencies from devdiv/DevDiv/vs-code-coverage, microsoft/...1686a9cFix msbuild integration (#2389) (#2395)db69c35Update dependencies from https://github.com/microsoft/testanywhere build 2024...622d9d0[rel/3.2] Backport localizations (#2396)1e30e93Update dependencies from https://github.com/microsoft/testanywhere build 2024...7bdff57Assert.AreEqual allow IEquatable<T> for actual and expected (#2382)e62e95cFix analyzers doc link (#2362)80b813dWorkaround harmless MSBuild warning in VS (#2350)5660127Update dependencies from https://github.com/microsoft/testanywhere build 2024...- Additional commits viewable 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)
Test this change out locally with the following install scripts (Action run 8193325953)
VSCode
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 8193325953 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 8193325953"
Azure CLI
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 8193325953 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 8193325953"
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Test Results
63 files - 36 63 suites - 36 22m 24s :stopwatch: - 21m 29s 10 677 tests - 20 10 675 :white_check_mark: - 21 2 :zzz: +1 0 :x: ±0 25 198 runs - 12 664 25 194 :white_check_mark: - 12 665 4 :zzz: +1 0 :x: ±0
Results for commit 1fb16937. ± Comparison against base commit b41394e0.
:recycle: This comment has been updated with latest results.
@dependabot recreate