5 references to DcpDependencyCheck
Aspire.Hosting (5)
Dcp\DcpDependencyCheck.cs (1)
166
GetCurrentPackageVersion(typeof(
DcpDependencyCheck
).Assembly)
Dcp\DcpExecutor.cs (1)
1489
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(resourceLogger, _options.Value, _dcpInfo);
Dcp\DcpHost.cs (2)
114
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
416
var (message, linkUrl) =
DcpDependencyCheck
.BuildContainerRuntimeUnhealthyMessage(containerRuntime);
DistributedApplicationBuilder.cs (1)
379
_innerBuilder.Services.AddSingleton<IDcpDependencyCheckService,
DcpDependencyCheck
>();