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)
231
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
677
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
Aspire.Hosting.Tests (21)
ExecutionConfigurationGathererTests.cs (20)
35
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
58
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
78
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
102
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
128
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
151
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
171
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
195
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
225
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
253
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
283
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
311
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
333
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
359
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
387
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
420
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
450
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
470
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
493
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
534
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
OperationModesTests.cs (1)
140
Assert.Equal(DistributedApplicationOperation.Publish, builder.
ExecutionContext
.Operation);