suppress CA1056 in Data proj

This commit is contained in:
Collin M. Barrett 2020-02-18 19:29:17 -06:00
parent aaf395b190
commit 5e5531437e

View file

@ -2,3 +2,6 @@
# CA2227: Collection properties should be read only
dotnet_diagnostic.CA2227.severity = none
# CA1056: Uri properties should not be strings
dotnet_diagnostic.CA1056.severity = none