Skip to content
Docs Try Aspire

ManifestPublishingContext Properties

Class Properties 4 members
Contextual information used for manifest publishing during this execution of the AppHost.
CancellationToken Section titled CancellationToken CancellationToken
Gets cancellation token for this operation.
public CancellationToken CancellationToken { get; }
Gets execution context for this invocation of the AppHost.
public DistributedApplicationExecutionContext ExecutionContext { get; }
ManifestPath Section titled ManifestPath string
Gets manifest path specified for this invocation of the AppHost.
public string ManifestPath { get; }
Writer Section titled Writer Utf8JsonWriter
Gets JSON writer for writing manifest entries.
public Utf8JsonWriter Writer { get; }