mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
suppress CA1056 in Data proj
This commit is contained in:
parent
aaf395b190
commit
5e5531437e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue