1 write to LaunchProfileName
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
189LaunchProfileName = parseResult.GetValue(launchProfileOption),
5 references to LaunchProfileName
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
375LaunchProfileName = LaunchProfileName,
dotnet-watch.Tests (4)
CommandLine\CommandLineOptionsTests.cs (4)
134Assert.Equal("P", options.LaunchProfileName); 143Assert.Equal("P", options.LaunchProfileName); 441Assert.Equal("CustomLaunchProfile", options.LaunchProfileName); 448Assert.Equal("CustomLaunchProfile", options.LaunchProfileName);