1 write to NoLaunchProfile
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchOptions.cs (1)
77NoLaunchProfile = parseResult.GetValue(noLaunchProfileOption),
5 references to NoLaunchProfile
Microsoft.DotNet.HotReload.Watch.Aspire (2)
DotNetWatchLauncher.cs (2)
21if (options.NoLaunchProfile) 35NoLaunchProfile = options.NoLaunchProfile,
Microsoft.DotNet.HotReload.Watch.Aspire.Tests (3)
DotNetWatchOptionsTests.cs (3)
78Assert.True(optionsNoProfile.NoLaunchProfile); 83Assert.False(optionsWithProfile.NoLaunchProfile); 114Assert.True(options.NoLaunchProfile);