-
Notifications
You must be signed in to change notification settings - Fork 467
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
Build failures due to CSharpDiagnosticAnalyzerApiUsageAnalyzer #1803
Comments
Dupe of #1711 |
We also get a whole heap of these warnings after upgrading to VS 15.8. Haven't been able to make a simple repro however, but I'm guessing you're on top of this? Any timeline for a fix? |
I have a repro:
|
…ng globally declared delegate types. Fixes dotnet#1803
In which version was this fixed? I'm using 2.10.0 and I'm having this problem. |
FWIW, I've confirmed that 2.4.0 does not contain this bug, so I've reverted to that version. FYI although 2.6.1 contains this bug, I didn't want to revert to 2.6.0 because 2.6.1 must be fixing some other bugs, and 2.6.1 is listed as the supported version in the 2.6.x range. I can't upgrade past |
Analyzer package
Microsoft.CodeAnalysis.CSharp.Analyzers.MetaAnalyzers.CSharpDiagnosticAnalyzerApiUsageAnalyzer
Package Version
v2.6.1
Expected behavior
Build succeeds.
Actual behavior
https://ci.appveyor.com/project/sharwell/stylecopanalyzers/build/1.0.3466
The text was updated successfully, but these errors were encountered: