Add seed db c# project

This commit is contained in:
Aaron Po
2025-11-12 00:41:27 -05:00
parent f0c9cff8be
commit b7f22fcc66
9 changed files with 303 additions and 112 deletions

10
.csharpierrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/belav/csharpier/main/src/CSharpier.Cli/schema.json",
"printWidth": 80,
"useTabs": false,
"tabWidth": 4,
"endOfLine": "auto",
"indentStyle": "space",
"lineEndings": "auto",
"wrapLineLength": 80
}