# NOTE: Requires **VS2019 16.7** or later

# 'Globalization' Rules from '8.0' release with 'Minimum' analysis mode
# Description: 'Globalization' Rules with enabled-by-default state from '8.0' release with 'Minimum' analysis mode. Rules that are first released in a version later than '8.0' are disabled.

is_global = true

global_level = -99


# CA2101: Specify marshaling for P/Invoke string arguments
dotnet_diagnostic.CA2101.severity = warning
