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

System.Collections.Immutable >= version 9.0 breaks custom analyzers #38

Closed
stewienj opened this issue Dec 23, 2024 · 0 comments · Fixed by #39
Closed

System.Collections.Immutable >= version 9.0 breaks custom analyzers #38

stewienj opened this issue Dec 23, 2024 · 0 comments · Fixed by #39

Comments

@stewienj
Copy link
Owner

I should have left the minimum required version of System.Collections.Immutable at 5.0.0. I've got a custom code analyzer that won't run because the Visual Studio compiler has System.Collections.Immutable version 8.0.0 in memory and it can't load version 9.0.0 specified by this library.

Originally posted by @stewienj in #37 (comment)

Need to downgrade this to keep compatibility with older compilers

stewienj added a commit that referenced this issue Dec 23, 2024
stewienj added a commit that referenced this issue Dec 23, 2024
…version-90-breaks-custom-analyzers

#38 Downgraded required version of System.Collections.Immutable from version 9.0.0 to version 5.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant