make the quick connect code implementation much much better and actually possible to use twice in a single starting of the app

This commit is contained in:
random() 2025-05-14 14:45:46 -06:00
parent 4cf87623e4
commit 40fdd4e084
10 changed files with 17 additions and 35 deletions

View file

@ -1,7 +1,7 @@
[*.cs]
# CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet_diagnostic.CS8632.severity = suggestion
dotnet_diagnostic.CS8632.severity = silent
# CS4014: Because this call is not awaited, execution of the current method continues before the call is completed
dotnet_diagnostic.CS4014.severity = suggestion