You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char (CA1865)
## The overload that takes a char parameter performs better than the overload that takes a string parameter.
# dotnet_diagnostic.CA1865.severity =
## Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char (CA1866)
## The overload that takes a char parameter performs better than the overload that takes a string parameter.
# dotnet_diagnostic.CA1866.severity =
## Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char (CA1867)
## The overload that takes a char parameter performs better than the overload that takes a string parameter.
# dotnet_diagnostic.CA1867.severity =
Они очень не информативные и дублируются. Нужно подумать как это исправить.
The text was updated successfully, but these errors were encountered:
Сейчас для этих правил генерируются такие строки:
Они очень не информативные и дублируются. Нужно подумать как это исправить.
The text was updated successfully, but these errors were encountered: