-
Notifications
You must be signed in to change notification settings - Fork 3
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
The analyzer assembly 'TypealizR.SourceGenerators.dll' references version '4.4.0.0' of the compiler, which is newer than the currently running version '4.3.0.0' #33
Labels
Milestone
Comments
version 0.5.3 will fix this, at least to be buildable by recent .net6-sdk versions |
#37 did not work as intended Issue wil pop-up again if |
re-introduced in v0.8.2 |
I think this would solve the initial problem: |
asked the pros over at |
This one here looks promising: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latest version 0.5.2 is not compatible with clients which do not have the latest and greates .net-version installed.
This article here mostly describes the exact same situation:
https://www.damirscorner.com/blog/posts/20221014-VersionsOfSourceGeneratorDependencies.html
I also tried to just bundle the used version of Microsoft.CodeAnalysis.CSharp with the analyzer (see this commit)
but this then may fail due to multiple assemblies loaded within the same app-domain, where types cannot be interchanged.
The text was updated successfully, but these errors were encountered: