2 implementations of ExecutionContext
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
241
public DistributedApplicationExecutionContext
ExecutionContext
=> innerBuilder.ExecutionContext;
395
public DistributedApplicationExecutionContext
ExecutionContext
=> _innerBuilder.ExecutionContext;
24 references to ExecutionContext
Aspire.Hosting.Azure.Kusto.Tests (1)
AddAzureKustoTests.cs (1)
434
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
Aspire.Hosting.Azure.Tests (2)
AzureFunctionsTests.cs (2)
229
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
675
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
Aspire.Hosting.Tests (21)
ExecutionConfigurationGathererTests.cs (20)
34
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
57
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
77
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
101
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
127
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
150
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
170
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
194
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
224
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
252
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
282
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
310
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
332
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
358
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
386
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
419
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
449
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
469
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
492
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
533
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
OperationModesTests.cs (1)
139
Assert.Equal(DistributedApplicationOperation.Publish, builder.
ExecutionContext
.Operation);