2 writes to LaunchProfileName
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
393
LaunchProfileName
= LaunchProfileName,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
247
LaunchProfileName
= projectLaunchInfo.DisableLaunchProfile ? default : projectLaunchInfo.LaunchProfile,
3 references to LaunchProfileName
Microsoft.DotNet.HotReload.Watch (3)
Aspire\AspireServiceFactory.cs (1)
245
CommandArguments = GetRunCommandArguments(projectLaunchInfo, _hostProjectOptions.
LaunchProfileName
.Value),
Browser\BrowserLauncher.cs (2)
135
var profile = projectOptions.
LaunchProfileName
.HasValue
136
? LaunchSettingsProfile.ReadLaunchProfile(projectOptions.Representation, projectOptions.
LaunchProfileName
.Value, logger)