file_header_template=Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
# IDE0001: Name can be simplified
dotnet_diagnostic.IDE0001.severity=silent
# IDE0002: Name can be simplified
dotnet_diagnostic.IDE0002.severity=silent
# IDE0003: Name can be simplified
dotnet_diagnostic.IDE0003.severity=silent
# IDE0007: Use 'var' instead of explicit type
dotnet_diagnostic.IDE0007.severity=warning
# IDE0010: Add missing cases in switch statement
dotnet_diagnostic.IDE0010.severity=silent
# IDE0017: Object initialization can be simplified
dotnet_diagnostic.IDE0017.severity=silent
# IDE0045: 'if' statement can be simplified
dotnet_diagnostic.IDE0045.severity=silent
# IDE0046: 'if' statement can be simplified
dotnet_diagnostic.IDE0046.severity=silent
# IDE0048: Parentheses should be added for clarity
dotnet_diagnostic.IDE0048.severity=silent
# IDE0058: Expression value is never used
dotnet_diagnostic.IDE0058.severity=silent
# IDE0065: Using directives must be placed outside of a namespace declaration
# Can remove the below entry and turn it into a warning once https://github.com/dotnet/roslyn/issues/43271 is resolved.
dotnet_diagnostic.IDE0065.severity=silent
# IDE0072: Populate switch
dotnet_diagnostic.IDE0072.severity=silent
# IDE0083: Use pattern matching
dotnet_diagnostic.IDE0083.severity=silent
# IDE0120: Simplify linq expression
dotnet_diagnostic.IDE0120.severity=silent
# IDE0130: Namespace does not match folder structure
dotnet_diagnostic.IDE0130.severity=silent
# IDE0150: Null check can be clarified
dotnet_diagnostic.IDE0150.severity=silent
### Configuration for FxCop analyzers executed on this repo ###