Skip to content

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0 - #307

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.NET.Test.Sdk-18.6.0
Closed

Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0#307
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.NET.Test.Sdk-18.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0.

Release notes

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

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

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 show <dependency name> 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)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 27, 2026
@dependabot
dependabot Bot requested a review from amis92 as a code owner May 27, 2026 04:44
@amis92

amis92 commented Jul 31, 2026

Copy link
Copy Markdown
Member

Superseded by #327, which bumps the whole Directory.Packages.props in one reviewed pass.

This PR was based on 4b7889a (28 Feb) and is now well behind main — the roster-engine stack (#315#322, #325) has since landed, adding several projects and packages, so merging these individually would have meant repeated rebases for versions #327 already covers.

Closing in favour of that one. Nothing here is lost: #327 takes each of these packages to its current latest, or documents inline why it deliberately holds back.

@amis92 amis92 closed this Jul 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

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.

@dependabot
dependabot Bot deleted the dependabot/nuget/Microsoft.NET.Test.Sdk-18.6.0 branch July 31, 2026 06:04
amis92 added a commit that referenced this pull request Jul 31, 2026
One reviewed pass over `Directory.Packages.props` instead of merging the open
dependabot PRs piecemeal. Supersedes #270, #272, #303 and #307, all of which
were based on the February commit and are now behind `main`.

Bumped:
- Microsoft.CodeAnalysis.CSharp      5.0.0  -> 5.6.0
- Microsoft.CodeAnalysis.Analyzers   3.11.0 -> 5.6.0
- Serilog                            4.3.1  -> 4.4.0
- System.CommandLine                 2.0.3  -> 2.0.10
- Microsoft.NET.Test.Sdk             18.3.0 -> 18.8.1
- NSubstitute                        5.3.0  -> 6.0.0
- coverlet.collector                 8.0.0  -> 10.0.1
- Nerdbank.GitVersioning             3.9.50 -> 3.10.91
- FluentAssertions                   7.2.0  -> 7.2.2

Already current: Newtonsoft.Json, Serilog.Sinks.Console, Handlebars.Net,
NaturalSort.Extension, NSubstitute.Analyzers.CSharp, XmlDiffPatch.Core,
xunit.v3, xunit.runner.visualstudio.

Two deliberate holds, both documented inline so they are not silently undone:

**FluentAssertions stays on 7.x.** 8.0.0 relicensed from Apache-2.0 to the
commercial Xceed Community Licence, free only for non-commercial use. 7.2.2 is
the latest Apache-2.0 release. `.github/dependabot.yml` now ignores
FluentAssertions >= 8.0.0 so this does not come back as a routine bump.

**YamlDotNet stays on 17.1.0.** 18.1.0 breaks the conformance suite outright:
`BattleScribeSpec.SpecLoader`'s static initializer throws, and all 362 passing
specs stop loading. Central package management applies our version to the
`lib/battlescribe-spec` submodule's projects as well, and its TestKit is built
against the 17.x API. This has to wait until battlescribe-spec moves to 18.x.

Verified: Release build clean, full suite green (802 passed, 48 skipped, 0
failed), conformance unchanged at 362 passing / 48 skipped.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
amis92 added a commit that referenced this pull request Jul 31, 2026
…ns (#327)

One reviewed pass over `Directory.Packages.props` instead of merging the open
dependabot PRs piecemeal. Supersedes #270, #272, #303 and #307, all of which
were based on the February commit and are now behind `main`.

Bumped:
- Microsoft.CodeAnalysis.CSharp      5.0.0  -> 5.6.0
- Microsoft.CodeAnalysis.Analyzers   3.11.0 -> 5.6.0
- Serilog                            4.3.1  -> 4.4.0
- System.CommandLine                 2.0.3  -> 2.0.10
- Microsoft.NET.Test.Sdk             18.3.0 -> 18.8.1
- NSubstitute                        5.3.0  -> 6.0.0
- coverlet.collector                 8.0.0  -> 10.0.1
- Nerdbank.GitVersioning             3.9.50 -> 3.10.91
- FluentAssertions                   7.2.0  -> 7.2.2

Already current: Newtonsoft.Json, Serilog.Sinks.Console, Handlebars.Net,
NaturalSort.Extension, NSubstitute.Analyzers.CSharp, XmlDiffPatch.Core,
xunit.v3, xunit.runner.visualstudio.

Two deliberate holds, both documented inline so they are not silently undone:

**FluentAssertions stays on 7.x.** 8.0.0 relicensed from Apache-2.0 to the
commercial Xceed Community Licence, free only for non-commercial use. 7.2.2 is
the latest Apache-2.0 release. `.github/dependabot.yml` now ignores
FluentAssertions >= 8.0.0 so this does not come back as a routine bump.

**YamlDotNet stays on 17.1.0.** 18.1.0 breaks the conformance suite outright:
`BattleScribeSpec.SpecLoader`'s static initializer throws, and all 362 passing
specs stop loading. Central package management applies our version to the
`lib/battlescribe-spec` submodule's projects as well, and its TestKit is built
against the 17.x API. This has to wait until battlescribe-spec moves to 18.x.

Verified: Release build clean, full suite green (802 passed, 48 skipped, 0
failed), conformance unchanged at 362 passing / 48 skipped.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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.

1 participant