2 writes to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
150options.LaunchProfileName = launchProfileName; 189options.LaunchProfileName = launchProfileName;
2 references to LaunchProfileName
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
329else if (!string.IsNullOrEmpty(options.LaunchProfileName)) 331builder.WithAnnotation(new LaunchProfileAnnotation(options.LaunchProfileName));