i am my own handicap (took me quite literally >10 hours to just default add a blank line to the listbox (didn't even think of it))

This commit is contained in:
random() 2025-04-29 22:45:29 -06:00
parent 5f22d25559
commit 55e3babc5b
11 changed files with 65 additions and 43 deletions

View file

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