Make errors more specific, add support for setting the launch URL for ASP.NET apps

This commit is contained in:
mlorbetske 2017-05-29 12:54:19 -07:00
parent 59218f4922
commit 452e642ac7
7 changed files with 73 additions and 27 deletions

View file

@ -436,7 +436,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
}
[Fact]
public void ItPrintsAnErrorWhenLaunchSettingsArCorrupted()
public void ItPrintsAnErrorWhenLaunchSettingsAreCorrupted()
{
var testAppName = "MSBuildTestAppWithCorruptedLaunchSettings";
var testInstance = TestAssets.Get(testAppName)