2 references to ResourceCommandService
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
298_innerBuilder.Services.AddSingleton<ResourceCommandService>(s => new ResourceCommandService(s.GetRequiredService<ResourceNotificationService>(), s.GetRequiredService<ResourceLoggerService>(), s));
Aspire.Hosting.Tests (1)
Dashboard\DashboardServiceTests.cs (1)
598new ResourceCommandService(resourceNotificationService, resourceLoggerService, new ServiceCollection().BuildServiceProvider()),