Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the mstest group with 2 updates: MSTest.TestAdapter and MSTest.TestFramework.

Updates MSTest.TestAdapter from 3.7.3 to 3.8.0

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.8.0

See the release notes here

Announcements

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.8.0] - 2025-02-12

See full log here

Added

Fixed

  • Don't consider TestClassAttribute for inheritance when calculating assembly initialize/cleanup by @​Youssef1313 in #4318
  • Fix false positive for PreferTestCleanupOverDispose on non-test classes by @​Youssef1313 in #4378
  • Report diagnostic if DynamicData is referencing a member that's not method/property (e.g, field) (and some cleanup) by @​Youssef1313 in #4383

... (truncated)

Commits
  • b1cedb7 [rel/3.8] Update deps (#4984)
  • a9e46d6 Follow-up to the move of SourceGen + Engine (#4971)
  • d454a96 Bump .NET runtimes (#4983)
  • 1f6fd33 Remove redundant explicit override of NuGet.Packaging and MessagePack (#4981)
  • 1a2a5bf Move Microsoft.Win32.Registry dependency from "Test dependencies" to "Produ...
  • 7c86507 [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#4975)
  • 6c2cd50 [main] Bump Microsoft.Extensions.FileSystemGlobbing from 9.0.1 to 9.0.2 (#4980)
  • 1162fac [main] Bump System.Management from 9.0.1 to 9.0.2 (#4978)
  • 288990c [main] Bump MSTest.Analyzers and Microsoft.NETFramework.ReferenceAssemblies (...
  • e5df1c0 [main] Bump FSharp.Core and Microsoft.NETFramework.ReferenceAssemblies (#4977)
  • Additional commits viewable in compare view

Updates MSTest.TestFramework from 3.7.3 to 3.8.0

Release notes

Sourced from MSTest.TestFramework's releases.

v3.8.0

See the release notes here

Announcements

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.8.0] - 2025-02-12

See full log here

Added

Fixed

  • Don't consider TestClassAttribute for inheritance when calculating assembly initialize/cleanup by @​Youssef1313 in #4318
  • Fix false positive for PreferTestCleanupOverDispose on non-test classes by @​Youssef1313 in #4378
  • Report diagnostic if DynamicData is referencing a member that's not method/property (e.g, field) (and some cleanup) by @​Youssef1313 in #4383

... (truncated)

Commits
  • b1cedb7 [rel/3.8] Update deps (#4984)
  • a9e46d6 Follow-up to the move of SourceGen + Engine (#4971)
  • d454a96 Bump .NET runtimes (#4983)
  • 1f6fd33 Remove redundant explicit override of NuGet.Packaging and MessagePack (#4981)
  • 1a2a5bf Move Microsoft.Win32.Registry dependency from "Test dependencies" to "Produ...
  • 7c86507 [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#4975)
  • 6c2cd50 [main] Bump Microsoft.Extensions.FileSystemGlobbing from 9.0.1 to 9.0.2 (#4980)
  • 1162fac [main] Bump System.Management from 9.0.1 to 9.0.2 (#4978)
  • 288990c [main] Bump MSTest.Analyzers and Microsoft.NETFramework.ReferenceAssemblies (...
  • e5df1c0 [main] Bump FSharp.Core and Microsoft.NETFramework.ReferenceAssemblies (#4977)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
MSTest.TestAdapter [>= 3.1.a, < 3.2]
MSTest.TestFramework [>= 3.1.a, < 3.2]

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mstest group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.7.3 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.3...v3.8.0)

Updates `MSTest.TestFramework` from 3.7.3 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.3...v3.8.0)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mstest
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 17, 2025
Copy link

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Copy link

github-actions bot commented Feb 17, 2025

Test Results

    36 files  ±0      36 suites  ±0   2m 22s ⏱️ -7s
 6 094 tests ±0   6 094 ✅ ±0  0 💤 ±0  0 ❌ ±0 
37 915 runs  ±0  37 915 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c2c2fc3. ± Comparison against base commit 886ac05.

This pull request removes 10 and adds 8 tests. Note that renamed tests count towards both.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
Object name: 'GetPositionExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HaveLength ‑ When_a_throwing_stream_should_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+HavePosition ‑ When_a_throwing_stream_should_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHaveLength ‑ When_a_throwing_stream_should_not_have_a_length_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetLengthExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)
FluentAssertions.Specs.Streams.StreamAssertionSpecs+NotHavePosition ‑ When_a_throwing_stream_should_not_have_a_position_it_should_fail(exception: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetPositionExceptionMessage'.)

♻️ This comment has been updated with latest results.

@coveralls
Copy link

coveralls commented Feb 17, 2025

Pull Request Test Coverage Report for Build 13374996244

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.422%

Totals Coverage Status
Change from base Build 13323715740: 0.0%
Covered Lines: 12314
Relevant Lines: 12498

💛 - Coveralls

@dennisdoomen dennisdoomen merged commit 09d3108 into main Feb 17, 2025
13 checks passed
@dennisdoomen dennisdoomen deleted the dependabot/nuget/mstest-7af25f11b4 branch February 17, 2025 19:17
This was referenced Jul 21, 2025
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.

2 participants