1 write to NoLaunchProfile
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
190NoLaunchProfile = parseResult.GetValue(noLaunchProfileOption),
7 references to NoLaunchProfile
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
376NoLaunchProfile = NoLaunchProfile,
dotnet-watch.Tests (6)
CommandLine\CommandLineOptionsTests.cs (6)
160Assert.True(options.NoLaunchProfile); 170Assert.True(options.NoLaunchProfile); 180Assert.True(options.NoLaunchProfile); 263Assert.False(options.NoLaunchProfile); 272Assert.False(options.NoLaunchProfile); 281Assert.False(options.NoLaunchProfile);