adding solution and main project

This commit is contained in:
2024-09-04 22:30:49 +02:00
parent 3e3e448747
commit b3ac007c82
18 changed files with 483 additions and 0 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
#### .NET Coding Conventions ####
# C# files
[*.cs]
dotnet_diagnostic.IDE1006.severity = warning
dotnet_diagnostic.IDE0005.severity = error
dotnet_diagnostic.CA5394.severity = none
# Exclude generated code
[src/**/Migrations/*.cs]
generated_code = true
dotnet_analyzer_diagnostic.severity = none
#### Core EditorConfig Options ####
[*]
# Indentation and spacing
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true