C#C
C#3y ago
barcode

❔ Reducing commands

Currently to migrate I have to run
dotnet ef migrations add {ProjectName} --project Project.Persistence --startup-project Project.Api


is there a defined way to create "scripts" in visual studio solutions?
Was this page helpful?