4 references to AppHostLaunchProfile
aspire (4)
Projects\AppHostLaunchSettings.cs (1)
37
[JsonSerializable(typeof(
AppHostLaunchProfile
))]
Projects\DotNetAppHostProject.cs (3)
2007
if (!TryGetLaunchProfile(launchSettingsPath, launchProfile, out var profileName, out
var
profile))
2121
out
AppHostLaunchProfile
profile)
2211
private static bool IsProjectLaunchProfile(
AppHostLaunchProfile
profile)