Add `--no-build` to dotnet-run
See original GitHub issueSteps to reproduce
dotnet run --no-build
Expected behavior
Runs without building
Actual behavior
--no-build
is not an option
https://github.com/dotnet/cli/blob/rel/1.0.0/src/dotnet/commands/dotnet-run/Program.cs#L24
It’d be nice if we had a manual gesture to avoid rebuilding every time we use dotnet run
.
Especially to support things like: https://github.com/dotnet/cli/issues/2174
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
dotnet msbuild command - .NET CLI
The dotnet msbuild command allows access to a fully functional MSBuild. The command has the exact same capabilities as the existing MSBuild ......
Read more >What's the difference between using dotnet and MSBuild ...
NET SDK via CLI, running dotnet build is equivalent to dotnet msbuild --restore . Under the hood, the latter command also runs MSBuild,...
Read more >dotnet/msbuild: The Microsoft Build Engine ...
This engine, also known as MSBuild, provides an XML schema for a project file that controls how the build platform processes and builds...
Read more >Tips & Tricks to improve your .NET Build Setup with MSBuild
MSBuild is the powerful - now open source - build system used in all . NET Builds. It has a language of its...
Read more >10 commands you don't want to be without in .Net Core
Net Core CLI, hopefully, there's something for everybody here, from absolute ... Net you knew there was an MSBuild command in the background...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We have project that pulls half the world through npm & bower. It’s insanity to do this every time I want to just run the project. Please reconsider.
We have a --no-build flag on run. Closing.