5 references to AtsContextFactory
Aspire.Hosting.RemoteHost (5)
AtsContextFactory.cs (1)
17
public AtsContextFactory(AssemblyLoader assemblyLoader, ILogger<
AtsContextFactory
> logger)
CodeGeneration\CodeGenerationService.cs (2)
15
private readonly
AtsContextFactory
_atsContextFactory;
20
AtsContextFactory
atsContextFactory,
RemoteHostServer.cs (2)
44
services.AddSingleton<
AtsContextFactory
>();
45
services.AddSingleton(sp => sp.GetRequiredService<
AtsContextFactory
>().GetContext());