1 write to FromLaunchProfile
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
747
e.
FromLaunchProfile
= true;
3 references to FromLaunchProfile
Aspire.Hosting (3)
Orchestrator\ApplicationOrchestrator.cs (1)
322
if (endpoint.
FromLaunchProfile
&& primaryLaunchProfileEndpoint is null)
ProjectResourceBuilderExtensions.cs (2)
762
if (endpoint.
FromLaunchProfile
)
1156
Debug.Assert(!e.EndpointAnnotation.
FromLaunchProfile
, "Endpoints from launch profile should never make it here");