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