Skip to content
DocsTry Aspire
DocsTry

ManifestPublishingContext Properties

ClassProperties4 members
Contextual information used for manifest publishing during this execution of the AppHost.
CancellationTokenSection titled CancellationTokenCancellationToken
Gets cancellation token for this operation.
public CancellationToken CancellationToken { get; }
Gets execution context for this invocation of the AppHost.
public DistributedApplicationExecutionContext ExecutionContext { get; }
ManifestPathSection titled ManifestPathstring
Gets manifest path specified for this invocation of the AppHost.
public string ManifestPath { get; }
WriterSection titled WriterUtf8JsonWriter
Gets JSON writer for writing manifest entries.
public Utf8JsonWriter Writer { get; }