Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for nuget package with multiple Roslyn version analyzers in CLI #706

Merged
merged 9 commits into from
Mar 16, 2025

Conversation

AlanLiu90
Copy link
Contributor

@AlanLiu90 AlanLiu90 commented Mar 11, 2025

Reuse the logic implemented in #616 to handle nuget package with multiple Roslyn version analyzers in CLI.

Try to fix #704.

Copy link
Collaborator

@JoC0de JoC0de left a comment

Choose a reason for hiding this comment

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

@AlanLiu90 Thanks for providing a fix. The code looks very nice, just some small adjustments and we can merge it.

@JoC0de JoC0de merged commit fe31ad0 into GlitchEnzo:master Mar 16, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version 4.3.0 breaks compilation due to NuGet packages with multiple Roslyn assemblies (e.g. System.Text.Json)
2 participants