| 123456789101112131415161718192021222324252627282930313233343536373839 | [*.cs]#### Meziantou.Analyzer rules ##### MA0001: StringComparison is missing# https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0001.md## TODO: Re-enable when issues are fixeddotnet_diagnostic.MA0001.severity = silent# MA0110: Use the Regex source generator# https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0110.mddotnet_diagnostic.MA0110.severity = silent# MA0026: Fix TODO comment# https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.mddotnet_diagnostic.MA0026.severity = silent#### .NET Compiler Platform analysers rules ##### CA1307: Specify StringComparison for clarity# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1307dotnet_diagnostic.CA1307.severity = silent# CA1822: Mark members as static# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1822dotnet_diagnostic.CA1822.severity = silent# IDE0046: Use conditional expression for return# https://learn.microsoft.com/en-ca/dotnet/fundamentals/code-analysis/style-rules/ide0046dotnet_diagnostic.IDE0046.severity = silent# IDE0047: Remove unnecessary parentheses# https://learn.microsoft.com/en-ca/dotnet/fundamentals/code-analysis/style-rules/ide0047-ide0048dotnet_diagnostic.IDE0047.severity = silent# IDE0032: Use auto-implemented property# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0032dotnet_diagnostic.IDE0032.severity = silent
 |