Aspire/ForgeTrust.Runnable.Aspire/AspireStartupContext.cs

AspireStartupContext

Type

AspireStartupContext

Provides context and helper methods during the Aspire application startup process.
Method

Resolve<TResource>(IAspireComponent<TResource>)

Resolves an Aspire resource from a component, ensuring each component is only generated once.
Method

GetPathFromRoot(string)

Computes an absolute path from a path relative to the application root.