Removing warnings relative to passing in unlocalized string literals. Most of these pertain to debug messages and aren't user facing. We may want to revisit localizing these later.

This commit is contained in:
ryanbodrug-microsoft 2020-06-17 17:26:36 -07:00
parent 51d0cedb29
commit 653a9664e4

View File

@ -2,3 +2,6 @@
# SA1201: Elements should appear in the correct order
dotnet_diagnostic.SA1201.severity = none
# CA1303: Do not pass literals as localized parameters
dotnet_diagnostic.CA1303.severity = suggestion