begin writing tests for controllers

This commit is contained in:
StevanFreeborn
2022-06-29 12:35:13 -05:00
parent 33e38cf60c
commit 0335b7bdda
10 changed files with 90 additions and 8 deletions
+6
View File
@@ -8,3 +8,9 @@ dotnet_diagnostic.CS8604.severity = none
# CS1591: Missing XML comment for publicly visible type or member
dotnet_diagnostic.CS1591.severity = none
# CS8629: Nullable value type may be null.
dotnet_diagnostic.CS8629.severity = silent
# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = silent