Add ObservableDictionary

This commit is contained in:
Mira 2022-10-14 13:18:36 +02:00
parent f63fdfca2f
commit 6031bb3f00
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
4 changed files with 144 additions and 7 deletions

View file

@ -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