3 writes to LaunchProfileName
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
218
LaunchProfileName
= projectLaunchInfo.LaunchProfile,
CommandLine\CommandLineOptions.cs (1)
375
LaunchProfileName
= LaunchProfileName,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
69
LaunchProfileName
= null,
2 references to LaunchProfileName
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
207
var hostLaunchProfile = _hostProjectOptions.NoLaunchProfile ? null : _hostProjectOptions.
LaunchProfileName
;
Browser\BrowserLauncher.cs (1)
141
? null : LaunchSettingsProfile.ReadLaunchProfile(projectOptions.ProjectPath, projectOptions.
LaunchProfileName
, logger)) ?? new();