4 references to DcpDependencyCheck
Aspire.Hosting (4)
Dcp\DcpDependencyCheck.cs (1)
166
GetCurrentPackageVersion(typeof(
DcpDependencyCheck
).Assembly)
Dcp\DcpExecutor.cs (1)
1289
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(resourceLogger, _options.Value, _dcpInfo);
Dcp\DcpHost.cs (1)
112
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
DistributedApplicationBuilder.cs (1)
351
_innerBuilder.Services.AddSingleton<IDcpDependencyCheckService,
DcpDependencyCheck
>();