Ajout de commentaire automatique dans les PR
All checks were successful
Main Build Process / Build & Test (push) Successful in 1m37s

This commit is contained in:
2024-06-03 09:16:17 +02:00
parent 35e046a4bb
commit 1d4f373c8f
12 changed files with 350 additions and 27 deletions

View File

@@ -5,6 +5,7 @@ root = true
[*.cs]
dotnet_diagnostic.IDE1006.severity = warning
dotnet_diagnostic.IDE0005.severity = error
dotnet_diagnostic.CA5394.severity = none
# Exclude generated code
[src/**/Migrations/*.cs]