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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -