Add Database Connection to Installer file

This commit is contained in:
2022-06-03 11:37:35 +01:00
parent 96a2112671
commit e7c1fde35e
5 changed files with 32 additions and 13 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
[*.cs]
# CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
dotnet_diagnostic.CS8618.severity = none