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