2 writes to Operation
Aspire.Hosting (2)
DistributedApplicationExecutionContextOptions.cs (2)
17this.Operation = operation; 27this.Operation = operation;
1 reference to Operation
Aspire.Hosting (1)
DistributedApplicationExecutionContext.cs (1)
49public DistributedApplicationExecutionContext(DistributedApplicationExecutionContextOptions options) : this(options.Operation, options.PublisherName ?? "manifest")