Refactor processing running and merge apr2025 generator into

BaseRandomizer
This commit is contained in:
2026-01-24 18:47:33 -06:00
parent e5fd52376e
commit 96cebd2289
12 changed files with 189 additions and 290 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
[*.cs]
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = none
# IDE0305: Simplify collection initialization
dotnet_style_prefer_collection_expression = never
# IDE0290: Use primary constructor
csharp_style_prefer_primary_constructors = false