5 references to DcpDependencyCheck
Aspire.Hosting (5)
Dcp\ContainerCreator.cs (1)
390
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(logger, _options.Value, dcpInfo);
Dcp\DcpDependencyCheck.cs (1)
164
GetCurrentPackageVersion(typeof(
DcpDependencyCheck
).Assembly)
Dcp\DcpHost.cs (2)
126
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
575
var (message, linkUrl) =
DcpDependencyCheck
.BuildContainerRuntimeUnhealthyMessage(containerRuntime);
DistributedApplicationBuilder.cs (1)
581
_innerBuilder.Services.AddSingleton<IDcpDependencyCheckService,
DcpDependencyCheck
>();