dotnet-installer/test/dotnet-run.Tests
Peter Huene 3018875d22
Suppress output from dotnet run when using quiet verbosity level.
This commit suppresses the output that is displayed by the `dotnet run` command
when launch settings are being used, unless the verbosity level is above
"quiet".

Fixes #9545.
2018-07-30 14:57:32 -07:00
..
dotnet-run.Tests.csproj Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
GivenDotnetRunRunsCsProj.cs Suppress output from dotnet run when using quiet verbosity level. 2018-07-30 14:57:32 -07: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