Skip to content

fix(deps): pin code analysis csharp to 5.0.0#121

Merged
ncipollina merged 1 commit into
mainfrom
fix/deps-pin-code-analysis-csharp
May 20, 2026
Merged

fix(deps): pin code analysis csharp to 5.0.0#121
ncipollina merged 1 commit into
mainfrom
fix/deps-pin-code-analysis-csharp

Conversation

@ncipollina
Copy link
Copy Markdown
Contributor

📋 Summary

Pins Microsoft.CodeAnalysis.CSharp to 5.0.0 and removes the separate central/package reference entries for Microsoft.CodeAnalysis and Microsoft.CodeAnalysis.Common. This keeps the generator package on the intended Roslyn compiler package version after the broader dependency refresh.

📝 Changes

  • Changed the central Microsoft.CodeAnalysis.CSharp package version to exact [5.0.0].
  • Removed unused central package versions for Microsoft.CodeAnalysis and Microsoft.CodeAnalysis.Common.
  • Removed the generator project reference to Microsoft.CodeAnalysis.Common, relying on the CSharp package dependency graph instead.

🧪 Validation

  • dotnet build succeeded.
  • Build produced existing/non-blocking warnings for preview .NET SDK usage, Microsoft.Bcl.AsyncInterfaces version conflicts in generator tests, and obsolete example usage of OmitNullStrings.

@github-actions github-actions Bot added the type: fix Bug fix label May 20, 2026
@ncipollina ncipollina requested a review from j-d-ha May 20, 2026 12:41
Copy link
Copy Markdown
Collaborator

@j-d-ha j-d-ha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ncipollina ncipollina merged commit 3173c31 into main May 20, 2026
4 checks passed
@ncipollina ncipollina deleted the fix/deps-pin-code-analysis-csharp branch May 20, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants