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