-
Notifications
You must be signed in to change notification settings - Fork 134
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
Not Compatible with .NET Framework #44
Comments
i have the same problem, so did you find any solution? must i change my project to a .net core app? |
Could not load file or assembly 'Microsoft.CodeAnalysis, Version=3.5.0.0 |
This is fixed with pull request 429b3d8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems this library is no longer compatible with the desktop .NET Framework (only .NET Core). Is this intentional?
The issue seems to be that the
System.Runtime.Loader
dependency is itself only compatible with .NET Core. I had tried adding the relevant NuGet package, but MSBuild would never deploy the assembly to my output directory. Some googling turned up a post where a Microsoft dev confirmed the incompatibility.The text was updated successfully, but these errors were encountered: