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

Not Compatible with .NET Framework #44

Open
mstrobel opened this issue Apr 20, 2020 · 4 comments
Open

Not Compatible with .NET Framework #44

mstrobel opened this issue Apr 20, 2020 · 4 comments

Comments

@mstrobel
Copy link

mstrobel commented Apr 20, 2020

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.

---------------------------
Failed to initialize.
---------------------------
Could not load file or assembly 'System.Runtime.Loader, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
---------------------------
OK   
---------------------------
@Helloooxs
Copy link

i have the same problem, so did you find any solution? must i change my project to a .net core app?

@wil70
Copy link

wil70 commented Jun 21, 2020

Could not load file or assembly 'Microsoft.CodeAnalysis, Version=3.5.0.0

@wil70
Copy link

wil70 commented Jun 22, 2020

It works great with an app that uses .net core 3.1, but it fails with an app that uses .net framework 4.7.2 and 4.8 , any idea how to solve this?
Thank you!!
image

@augomat
Copy link

augomat commented Oct 26, 2020

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants