Skip to content

Bump Microsoft.CodeAnalysis.Analyzers and Microsoft.CodeAnalysis.CSharp - #270

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-6970af6985
Closed

Bump Microsoft.CodeAnalysis.Analyzers and Microsoft.CodeAnalysis.CSharp#270
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/multi-6970af6985

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 12, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 5.3.0-2.25625.1.

Release notes

Sourced from Microsoft.CodeAnalysis.Analyzers's releases.

5.0.4

Release

5.0.2

Release Notes
Install Instructions

Repos

5.0.1

Release Notes
Install Instructions

Repo

4.2.0-4.22266.5

Release

4.2.0-3.22151.16

Release

4.2.0-1.22108.11

Release

4.0.0-2.21354.7

Release

4.0.0-2.21254.26

Release

4.0.0-1.21277.15

Release

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.CSharp from 5.0.0 to 5.3.0.

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

5.0.4

Release

5.0.2

Release Notes
Install Instructions

Repos

5.0.1

Release Notes
Install Instructions

Repo

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 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)

Bumps Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 5.3.0-2.25625.1
Bumps Microsoft.CodeAnalysis.CSharp from 5.0.0 to 5.3.0

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Analyzers
  dependency-version: 5.3.0-2.25625.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-version: 5.3.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 Mar 12, 2026
@dependabot
dependabot Bot requested a review from amis92 as a code owner March 12, 2026 02:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Mar 12, 2026
@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. 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/multi-6970af6985 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