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