3 references to DcpDependencyCheck
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (1)
1746
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(resourceLogger, _options.Value, _dcpInfo);
Dcp\DcpHostService.cs (1)
96
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo);
DistributedApplicationBuilder.cs (1)
279
_innerBuilder.Services.AddSingleton<IDcpDependencyCheckService,
DcpDependencyCheck
>();