-
Notifications
You must be signed in to change notification settings - Fork 420
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
Omnisharp locking analyzer DLLs #1465
Comments
That would be correct, our implementation of Roslyn's |
We have the
|
Tested omnisharp assembly loader with file bit true. However it causes errors: Does I think i will write analyzer assembly loader based on roslyn shadow copy loader. Another solution is to invoke existing via reflection, dunno how robust solution that is 🙂 |
the shadow copy seems like a safe way to go indeed |
I can't share the project, but when I dotnet build a .net core/xunit project that I've opened in VS Code, I sometimes get:
Killing omnisharp seems to make the build succeed.
cc @savpek
The text was updated successfully, but these errors were encountered: