2 implementations of ExecutionContext
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
241
public DistributedApplicationExecutionContext
ExecutionContext
=> innerBuilder.ExecutionContext;
395
public DistributedApplicationExecutionContext
ExecutionContext
=> _innerBuilder.ExecutionContext;
30 references to ExecutionContext
Aspire.Hosting.Azure.Kusto.Tests (1)
AddAzureKustoTests.cs (1)
434
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
Aspire.Hosting.Azure.Tests (3)
AzureFunctionsTests.cs (3)
239
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
295
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
709
var context = new EnvironmentCallbackContext(builder.
ExecutionContext
);
Aspire.Hosting.Tests (26)
ExecutionConfigurationGathererTests.cs (25)
37
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
60
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
80
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
104
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
130
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
153
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
173
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
197
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
227
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
255
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
285
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
313
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
335
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
361
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
395
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
425
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
461
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
521
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
584
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
619
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
652
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
682
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
702
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
725
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
766
await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.
ExecutionContext
);
OperationModesTests.cs (1)
140
Assert.Equal(DistributedApplicationOperation.Publish, builder.
ExecutionContext
.Operation);