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