We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Diagnostic ID: CA2263: Prefer generic overload when type is known
CA2263
Prefer generic overload when type is known
SDK: Built-in CA analyzers in .NET 9 SDK or later
Version: SDK 9.0.102
When suppressing the above mentioned analyzer notification,diagnostic ID IDE0079: Remove unnecessary suppression is output by the analyzers.
IDE0079
Remove unnecessary suppression
When suppressing diagnostic ID CA2263, diagnostic ID IDE0079 is generated by the analyzers.
The text was updated successfully, but these errors were encountered:
This seems a generic issue: The same is true for analyzer warning: "MSTEST0018: DynamicData should be valid"
Sorry, something went wrong.
No branches or pull requests
Analyzer
Diagnostic ID:
CA2263
:Prefer generic overload when type is known
Analyzer source
SDK: Built-in CA analyzers in .NET 9 SDK or later
Version: SDK 9.0.102
Describe the bug
When suppressing the above mentioned analyzer notification,
diagnostic ID
IDE0079
:Remove unnecessary suppression
is output by the analyzers.Steps To Reproduce
Expected behavior
CA2263
should not output diagnostic IDIDE0079
.CA2263
should not be generated at all, because the diagnosed call might be the one to be unit tested.Actual behavior
When suppressing diagnostic ID
CA2263
, diagnostic IDIDE0079
is generated by the analyzers.The text was updated successfully, but these errors were encountered: