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)
45services.AddSingleton<AtsContextFactory>(); 46services.AddSingleton(sp => sp.GetRequiredService<AtsContextFactory>().GetContext());