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

# PortedFromFxCop Rules Enabled as build warnings
# Description: All PortedFromFxCop Rules are enabled as build warnings. PortedFromFxCop Rules with IsEnabledByDefault = false are force enabled as build warning. Non-PortedFromFxCop Rules are disabled.

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

# PortedFromFxCop Rules



# Other Rules

# RS0030: Do not use banned APIs
dotnet_diagnostic.RS0030.severity = none

# RS0031: The list of banned symbols contains a duplicate
dotnet_diagnostic.RS0031.severity = none

# RS0035: External access to internal symbols outside the restricted namespace(s) is prohibited
dotnet_diagnostic.RS0035.severity = none
