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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

Ansible warning on jinja2 braces on when -