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