3 references to DcpDependencyCheck
Aspire.Hosting (3)
Dcp\DcpDependencyCheck.cs (1)
166
GetCurrentPackageVersion(typeof(
DcpDependencyCheck
).Assembly)
Dcp\DcpHost.cs (1)
112
DcpDependencyCheck
.CheckDcpInfoAndLogErrors(_logger, _dcpOptions, dcpInfo, throwIfUnhealthy: requireContainerRuntimeInitialization);
DistributedApplicationBuilder.cs (1)
350
_innerBuilder.Services.AddSingleton<IDcpDependencyCheckService,
DcpDependencyCheck
>();