added support for versioning the api

This commit is contained in:
StevanFreeborn
2022-06-20 23:09:47 -05:00
parent 93087d1623
commit 5e53edafad
6 changed files with 81 additions and 17 deletions
+3
View File
@@ -2,3 +2,6 @@
# CS0472: The result of the expression is always the same since a value of this type is never equal to 'null'
dotnet_diagnostic.CS0472.severity = none
# CS8604: Possible null reference argument.
dotnet_diagnostic.CS8604.severity = none