[main] Bump Microsoft.CodeAnalysis.Analyzers and Microsoft.CodeAnalysis.Common - #10622
[main] Bump Microsoft.CodeAnalysis.Analyzers and Microsoft.CodeAnalysis.Common#10622dependabot[bot] wants to merge 1 commit into
Conversation
…is.Common Bumps Microsoft.CodeAnalysis.Analyzers from 5.6.0 to 5.9.0-1.26328.17 Bumps Microsoft.CodeAnalysis.Common from 3.11.0 to 5.9.0 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-version: 5.9.0-1.26328.17 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.Common dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates Roslyn-related package versions in central package management to newer releases.
Changes:
- Bumps
MicrosoftCodeAnalysisVersionfrom3.11.0to5.9.0 - Updates
Microsoft.CodeAnalysis.Analyzerspackage version to a5.9.0-*build
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildVersion)" /> | ||
| <PackageVersion Include="Microsoft.CodeAnalysis" Version="$(MicrosoftCodeAnalysisVersion)" /> | ||
| <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.6.0" /> | ||
| <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="5.9.0-1.26328.17" /> |
| <MicrosoftCodeAnalysisVersionForTests>4.10.0</MicrosoftCodeAnalysisVersionForTests> | ||
| <MicrosoftCodeAnalysisVersionForSourceGen>4.8.0</MicrosoftCodeAnalysisVersionForSourceGen> |
🔍 Build Failure AnalysisSummary — Bumping Root cause 1:
|
| Code | Project | File:Line | Message |
|---|---|---|---|
IDE0303 |
MSTest.Analyzers |
AssemblyCleanupShouldBeValidAnalyzer.cs:29 |
Collection initialization can be simplified |
IDE0303 |
MSTest.Analyzers |
AssemblyFixtureProviderNotSupportedWithNativeAotAnalyzer.cs:37 |
Collection initialization can be simplified |
CS1503 |
MSTest.Analyzers.CodeFixes |
FixtureMethodFixer.cs:39 |
Argument 1: cannot convert SeparatedSyntaxList<SyntaxNode> to SeparatedSyntaxList<ParameterSyntax> |
🤖 Generated by the Build Failure Analysis workflow using binlog-mcp · commit a8bbffe
🤖 Automated content by GitHub Copilot. Generated by the Build Failure Analysis workflow. · auto · 118.4 AIC · ⌖ 2.08 AIC · ⊞ 11.6K · [◷]( · ◷)
There was a problem hiding this comment.
🤖 Automated content by GitHub Copilot. Generated by the Build Failure Analysis workflow. · auto · 118.4 AIC · ⌖ 2.08 AIC · ⊞ 11.6K · ◷
| <AspireHostingTestingVersion>13.4.6</AspireHostingTestingVersion> | ||
| <MicrosoftBuildVersion>17.11.48</MicrosoftBuildVersion> | ||
| <MicrosoftCodeAnalysisVersion>3.11.0</MicrosoftCodeAnalysisVersion> | ||
| <MicrosoftCodeAnalysisVersion>5.9.0</MicrosoftCodeAnalysisVersion> |
There was a problem hiding this comment.
🔧 CS1503/IDE0303 — Bumping Microsoft.CodeAnalysis.Analyzers/Microsoft.CodeAnalysis.Common to 5.9.0 breaks the build: newer built-in IDE0303 diagnostics fire as errors across ~25 files in src/Analyzers/MSTest.Analyzers/*.cs (e.g. ImmutableArray.Create(Rule) → [Rule]), and SyntaxFactory.SeparatedList overload resolution changes cause a CS1503 in src/Analyzers/MSTest.Analyzers.CodeFixes/Helpers/FixtureMethodFixer.cs:39. See the summary comment for proposed fixes to both.
Updated Microsoft.CodeAnalysis.Analyzers from 5.6.0 to 5.9.0-1.26328.17.
Release notes
Sourced from Microsoft.CodeAnalysis.Analyzers's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.Common from 3.11.0 to 5.9.0.
Release notes
Sourced from Microsoft.CodeAnalysis.Common'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.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)