-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Roslynator.Analyzers #1496
Comments
The analyzers are shadow copied since 1.32.19 so I suspect this is the root cause for the error #1474 thanks |
Yes, version 2.0.0 of the I've just created a Console Application:
Reloaded the VS Code window, and all is working as expected. I get reported violations if I introduce one. It still fails in my existing project though. I've attached the Omnisharp Log at debug level. It may be Mono related? I did install VS for Mac 2019 which required the later Mono. I'll try downgrading Mono, but it doesn't explain why it works in a new solution. |
Fixed with #1497 |
oh great! 👍 |
The latest build of Omnisharp Roslyn fails to use the referenced
Roslynator.Analyzers
package for a given project, giving the following error repeated multiple times:This has been working but appears to have begun failing since
1.32.19
.dotnet --info
mono --version
The text was updated successfully, but these errors were encountered: