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