2 writes to LaunchProfileName
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
412
LaunchProfileName
= LaunchProfileName,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
248
LaunchProfileName
= projectLaunchInfo.DisableLaunchProfile ? default : projectLaunchInfo.LaunchProfile,
3 references to LaunchProfileName
Microsoft.DotNet.HotReload.Watch (3)
Aspire\AspireServiceFactory.cs (1)
246
CommandArguments = GetRunCommandArguments(projectLaunchInfo, _hostProjectOptions.
LaunchProfileName
.Value),
Browser\BrowserLauncher.cs (2)
138
var profile = projectOptions.
LaunchProfileName
.HasValue
141
projectOptions.
LaunchProfileName
.Value,