Bump Microsoft.CodeAnalysis.Analyzers from 5.3.0 to 5.6.0#279
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump Microsoft.CodeAnalysis.Analyzers from 5.3.0 to 5.6.0#279dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
vgmello
added a commit
that referenced
this pull request
Jul 15, 2026
Supersedes Dependabot #280, #279 (partial), #278, #273, #271, #276 (partial), #281 (Refit only), #263, #264: - Aspire 13.4.3 -> 13.4.6 - Microsoft.Orleans* 10.1.0 -> 10.2.1 (+ VersionOverride for Microsoft.Orleans.Analyzers in AppDomain.Api/AppDomain, matching how the source-generator reference is pinned independently of the main Orleans package group) - Google.Protobuf 3.35.0 -> 3.35.1, Grpc.Tools 2.80.0 -> 2.82.0 - OpenTelemetry.Instrumentation.AspNetCore 1.15.2 -> 1.16.0, OpenTelemetry.Instrumentation.GrpcCore beta.11 -> beta.13 - Scalar.AspNetCore 2.16.3 -> 2.16.11 - Testcontainers/.Kafka/.PostgreSql 4.12.0 -> 4.13.0 - Refit and Refit.HttpClientFactory 11.0.1 -> 13.1.0 (bumped together; HttpClientFactory 13.1.0 has an exact floor on Refit 13.1.0) - MessagePack 2.5.301 -> 2.5.302 (Aspire 13.4.6's StreamJsonRpc raised its own floor) - @types/node 25.x -> ^26.0.0 in both docs sites, lockfiles regenerated Intentionally NOT applied, each broke the build in isolation: - Microsoft.CodeAnalysis.Analyzers/CSharp/Common 5.0.0 -> 5.6.0 (PR #279, partial): JasperFx.RuntimeCompiler 4.5.0, pulled in by WolverineFx 5.39.2, hard-pins Microsoft.CodeAnalysis(.CSharp/.Scripting) to exactly 5.0.0. This bump is only safe alongside the WolverineFx major upgrade (PRs #282/#277), which is being deferred separately. - NSubstitute 5.3.0 -> 6.0.0 (PR #276, partial): 6.0.0 added proper nullable annotations to its public API (e.g. the CallInfo indexer), which surfaces CS8600 in ~38 existing call sites across the unit test suite that cast `x[0]` and read members into non-nullable properties. Needs a real test-code pass, not a drop-in version bump. - Refitter.MSBuild 2.0.0 -> 2.1.0 (PR #281, partial): fails code generation at build time with `MissingMethodException: System.Text.ValueStringBuilder.AsSpan()`. Unrelated to the Refit runtime library bump above, which is unaffected and kept. CentralPackageTransitivePinningEnabled (enabled in the prior commit) caught two additional floor violations these bumps triggered transitively, both fixed here: MessagePack needed 2.5.302 for Aspire 13.4.6's StreamJsonRpc, matching the earlier fix for a similar Refit floor issue. Verified: AppDomain.slnx and libs/Momentum/Momentum.slnx both build with 0 errors. Full test run: 175 passed / 34 failed (all Integration tests failing solely on missing local Docker, same pre-existing baseline as before this change) + 604 passed / 0 failed across all libs test projects. GitHub Actions bumps (#270 actions/cache, #262 actions/checkout) are gated behind a PreToolUse hook requiring separate confirmation before editing .github/workflows/*, not yet applied. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DqMbT47Qhz4ZjjccAEQL6B
Owner
|
Not applied in #284. Microsoft.CodeAnalysis.Analyzers/CSharp/Common 5.0.0 -> 5.6.0 breaks the build: JasperFx.RuntimeCompiler 4.5.0 (pulled in by WolverineFx 5.39.2) hard-pins Microsoft.CodeAnalysis(.CSharp/.Scripting) to exactly 5.0.0. This bump is only safe alongside the WolverineFx major upgrade (see #282/#277), which is being handled separately. Leaving this open until that's resolved. |
--- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: source-generators - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: source-generators ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/source-generators-327297a790
branch
from
July 20, 2026 08:18
3b77ef9 to
69cbf56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinned Microsoft.CodeAnalysis.Analyzers at 5.6.0.
Release notes
Sourced from Microsoft.CodeAnalysis.Analyzers's releases.
No release notes found for this version range.
Commits viewable in compare view.