Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps the dotnet group with 7 updates in the /docs/core/testing/snippets/order-unit-tests/csharp directory:

Package From To
coverlet.collector 6.0.3 6.0.4
Microsoft.NET.Test.Sdk 17.12.0 17.13.0
MSTest.TestAdapter 3.7.1 3.8.3
MSTest.TestFramework 3.7.1 3.8.3
NUnit.Analyzers 4.6.0 4.7.0
NUnit3TestAdapter 4.6.0 5.0.0
xunit.runner.visualstudio 3.0.1 3.0.2

Updates coverlet.collector from 6.0.3 to 6.0.4

Release notes

Sourced from coverlet.collector's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

Commits

Updates Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0

Release notes

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

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

Commits

Updates MSTest.TestAdapter from 3.7.1 to 3.8.3

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.8.3

See the release notes here

v3.8.2

See the release notes here

v3.8.1

See the release notes here

v3.8.0

See the release notes here

Announcements

v3.7.3

See the release notes here

v3.7.2

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.8.3] - 2025-03-17

See full log here

Fixed

Artifacts

[3.8.2] - 2025-02-19

See full log here

Fixed

Artifacts

... (truncated)

Commits
  • 5354e77 [rel/3.8] Remove extra space (#5252)
  • 2175165 [rel/3.8] Add assembly name (#5247)
  • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
  • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
  • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
  • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
  • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
  • ec34a47 Fix build
  • b0bebf3 Fix merge conflict
  • bc08ddb Fix tests
  • Additional commits viewable in compare view

Updates MSTest.TestFramework from 3.7.1 to 3.8.3

Release notes

Sourced from MSTest.TestFramework's releases.

v3.8.3

See the release notes here

v3.8.2

See the release notes here

v3.8.1

See the release notes here

v3.8.0

See the release notes here

Announcements

v3.7.3

See the release notes here

v3.7.2

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.8.3] - 2025-03-17

See full log here

Fixed

Artifacts

[3.8.2] - 2025-02-19

See full log here

Fixed

Artifacts

... (truncated)

Commits
  • 5354e77 [rel/3.8] Remove extra space (#5252)
  • 2175165 [rel/3.8] Add assembly name (#5247)
  • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
  • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
  • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
  • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
  • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
  • ec34a47 Fix build
  • b0bebf3 Fix merge conflict
  • bc08ddb Fix tests
  • Additional commits viewable in compare view

Updates NUnit.Analyzers from 4.6.0 to 4.7.0

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 4.7 - April 1, 2025

The release primarily add another diagnostic NUnit4002 - and associated codefix - to help simplify EqualTo constraints when the expected value is a simple constant - e.g. true, false, 0, or default. The release also removes some false positives for Nunit1029.

As tooling contributions the analyzers now build using .NET8.0 and also analyzers and codefixes are now split into separate projects as only editors should load codefixes.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #828 Replace Is.EqualTo(default) with Is.Default
  • #826 Suggest to use Is.Null instead of Is.EqualTo(null)
  • #824 Use Is.False / Is.True instead of Is.EqualTo

Bugs

  • #832 False positive for Nunit1029 when only a type argument is use

Tooling, Process, and Documentation

  • #853 chore: Add NUnit4002.md solution file
  • #846 chore: Bump NUnit3TestAdapter to version 5
  • #843 chore(deps): Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies
  • #838 chore: bump version
  • #677 Build using .NET8.0 SDK
Commits
  • 7e0869a Merge pull request #854 from nunit/release4.7
  • 3d3c826 chore: Update release notes
  • 9a9ec96 Merge pull request #853 from nunit/chore/add-nunit4002-sln
  • a6e6386 chore: Add NUnit4002.md solution file
  • f15cbb5 Merge pull request #846 from nunit/chore/bump-nunit-adapter
  • 14baaa1 chore: Bump NUnit3TestAdapter to version 5
  • eb356c8 Merge pull request #843 from nunit/dependabot/nuget/src/multi-45dc7e4dae
  • 744b471 chore(deps): Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.Reference...
  • ac3a370 Add rule to convert EqualTo(xxx) into Is.XXX
  • 60d45bf Split NUnitFrameworkConstants into separate classes.
  • Additional commits viewable in compare view

Updates NUnit3TestAdapter from 4.6.0 to 5.0.0

Release notes

Sourced from NUnit3TestAdapter's releases.

V 5.0.0

See release notes

Commits

Updates xunit.runner.visualstudio from 3.0.1 to 3.0.2

Commits

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 dotnet group with 7 updates in the /docs/core/testing/snippets/order-unit-tests/csharp directory:

| Package | From | To |
| --- | --- | --- |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.7.1` | `3.8.3` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.7.1` | `3.8.3` |
| [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) | `4.6.0` | `4.7.0` |
| [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) | `4.6.0` | `5.0.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.1` | `3.0.2` |



Updates `coverlet.collector` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

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

Updates `MSTest.TestAdapter` from 3.7.1 to 3.8.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.1...v3.8.3)

Updates `MSTest.TestFramework` from 3.7.1 to 3.8.3
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.1...v3.8.3)

Updates `NUnit.Analyzers` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
- [Commits](nunit/nunit.analyzers@4.6.0...4.7.0)

Updates `NUnit3TestAdapter` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.6.0...V5.0.0)

Updates `xunit.runner.visualstudio` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

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 Apr 2, 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.

0 participants