suppress CA2227 in Data proj

This commit is contained in:
Collin M. Barrett 2020-02-18 19:24:20 -06:00
parent 1198ca56d4
commit aaf395b190

View file

@ -0,0 +1,4 @@
[*.cs]
# CA2227: Collection properties should be read only
dotnet_diagnostic.CA2227.severity = none