This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/src/dotnet/commands/dotnet-run
Peter Huene 4f7c76b4e4 Make --no-build imply --no-restore for run command.
This commit makes the `--no-build` option for the run command
automatically imply `--no-restore`.

Fixes issue #7472.
2017-11-28 16:01:18 -08:00
..
LaunchSettings Remove redundant error handling from project provider, add a better message for deserialization exceptions 2017-06-01 09:38:43 -07:00
xlf Make --no-build imply --no-restore for run command. 2017-11-28 16:01:18 -08:00
LocalizableStrings.resx Make --no-build imply --no-restore for run command. 2017-11-28 16:01:18 -08:00
Program.cs Fix dotnet run double dash passing arguments 2017-04-13 16:56:57 -07:00
RunCommand.cs Handling an exception that happens when dotnet run is invoked with a file that is not a valid project file. We catch that exception and re-throw it as a GracefulException. 2017-06-23 10:47:09 -07:00
RunCommandParser.cs Make --no-build imply --no-restore for run command. 2017-11-28 16:01:18 -08:00