entity framework - Is there a way to disable building the project during dotnet commands like ef migration or database update? -
i use dotnet cli 2 things
dotnet ef migrations add somemigrationname
dotnet ef database update
both of these build project before doing need , build takes 2 minutes reason, although not when building through vs.
how can prevent commands first building project?
Comments
Post a Comment