Where can I find which version of Microsoft.CodeAnalysis packages are required for Source Generators
I have Rider 2024.2.4.
I would like to know what is the latest version of Microsoft.CodeAnalysis.Common and Microsoft.CodeAnalysis.CSharp I can use to build and run a source generator.
The generator runs with version 4.3.1. Does not run with version 4.11.0.
I can't find, so far, a reference for what is supported.
Please sign in to leave a comment.
Could you please share a screenshot of error message you get when trying to run your project with the later version of these packages?