Some fixes to the queries and context records.

This commit is contained in:
2026-07-30 08:17:18 +02:00
parent acc8423fc6
commit f8b37815b0
15 changed files with 255 additions and 29 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
[tools]
[tools]
dotnet = "10"
[tasks.restore]
@@ -12,3 +12,9 @@ run = "dotnet build"
[tasks.clean]
run = "fd -I \"bin|obj\" -td -X rm -r && dotnet clean"
[tasks.migrate]
usage = '''
arg "<name>" help="Migration Name"
'''
run = "dotnet ef migrations add \"${name?}\" --startup-project FinancialApi --project FinancialApi.Infrastructure"