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
roslyn-analyzers/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/Performance/ConstantExpectedAnalyzer.cs
Line 30 in fde4933
Implemented in #5766
Runtime issue: dotnet/runtime#33771
Severity: Info
Was that intended, or just a mistake?
The text was updated successfully, but these errors were encountered:
@buyaa-n Can you please take a look?
Sorry, something went wrong.
Severity: Info Was that intended, or just a mistake?
That is the proposed severity, by the approved API it is Error:
Error
Category: Performance The default diagnostic for passing a non-constant value: Warning The default diagnostic for a constant that's out of range: Warning The default diagnostic for a constant that's out of range by composition with another ConstantExpected attribute: Warning The default diagnostic for passing min/max that make no sense (wrong type, inverted, is a reference type, etc): Error
@buyaa-n Thanks for clarifying!
No branches or pull requests
roslyn-analyzers/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/Performance/ConstantExpectedAnalyzer.cs
Line 30 in fde4933
Implemented in #5766
Runtime issue: dotnet/runtime#33771
Was that intended, or just a mistake?
The text was updated successfully, but these errors were encountered: