3 references to _entryPoint
Aspire.Hosting.Testing (3)
DistributedApplicationFactory.cs (3)
252
ConfigureBuilder(_args, applicationOptions, hostBuilderOptions,
_entryPoint
.Assembly, OnBuilderCreating);
402
_entryPoint
.Assembly,
411
$"Could not intercept application builder instance. Ensure that {
_entryPoint
} is a type in an executable assembly, that the entrypoint creates an {typeof(DistributedApplicationBuilder)}, and that the resulting {typeof(DistributedApplication)} is being started.");