-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
AD0001 in CSharpRemoveUnnecessarySuppressionsDiagnosticAnalyzer #45465
Comments
Fixes dotnet#45465 Ensure we normalize the target scope passed to target symbol resolver. It doesn't handle the recently added 'namespaceanddescendants' scope in legacy target string format and expects it to be normalized to 'namespace' scope.
Fixes dotnet#45465 Ensure we normalize the target scope passed to target symbol resolver. It doesn't handle the recently added 'namespaceanddescendants' scope in legacy target string format and expects it to be normalized to 'namespace' scope.
Thanks for fixing that. But why it's still not released?! Who is deciding in which version to release it? So frustrating... |
This should be available in latest 16.8 Preview builds and soon in 16.8 release build, when released. |
After we fix an issue, the code flows into the next release of VS.
Only super critical issues get preemptive patches to address this. These have to be issues like "vs crashes on start" where the product is literally fully non-functional. In this case the product is functional, albeit with an annoying bug. So that will be provided on the normal release cadence for VS. Thanks! |
That helps. I can see 13 warnings raised by
IDE0076
analyzer when I opened the solution in VS 2019 Int Preview (16.7 Preview 4). I found around 35 additional errors fromAD0001
analyzer. please see attachment for errors with stack trace. Looks like an issue inIDE0076 and IDE0077
analyzers.AD0001 errors.txt
Originally posted by @kartheekp-ms in dotnet/roslyn-analyzers#3587 (comment)
The text was updated successfully, but these errors were encountered: