dotnet-installer/test/dotnet-run.Tests
Peter Huene ea85555a97 Add verbosity option to run command.
This commit adds the verbosity option to the run command.

This will be used in tests for visibility into what the run command is
doing.

The default verbosity is unaffected.

Fixes issue #7932.
2017-11-28 16:00:36 -08:00
..
dotnet-run.Tests.csproj Merge upstream changes 2017-08-28 11:09:19 -07:00
GivenDotnetRunRunsCsProj.cs Add verbosity option to run command. 2017-11-28 16:00:36 -08:00
GivenThatWeCanPassNonProjectFilesToDotnetRun.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