# NOTE: Requires **VS2019 16.3** or later

# PortedFromFxCop Rules with default severity
# Description: All PortedFromFxCop Rules with default severity. Rules with IsEnabledByDefault = false and non-PortedFromFxCop rules are disabled.

# Code files
[*.{cs,vb}]

# PortedFromFxCop Rules



# Other Rules

# CA9999: Analyzer version mismatch
dotnet_diagnostic.CA9999.severity = none
