Add ObservableDictionary
This commit is contained in:
parent
f63fdfca2f
commit
6031bb3f00
4 changed files with 144 additions and 7 deletions
|
|
@ -29,3 +29,6 @@ dotnet_diagnostic.DV2001.severity = none
|
|||
|
||||
# CS8602: Dereference of a possibly null reference.
|
||||
dotnet_diagnostic.CS8602.severity = silent
|
||||
|
||||
# CS8714: The type cannot be used as type parameter in the generic type or method. Nullability of type argument doesn't match 'notnull' constraint.
|
||||
dotnet_diagnostic.CS8714.severity = none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue