4 writes to Error
Aspire.Hosting (4)
src\Shared\ContainerRuntimeDetector.cs (4)
162
Error
= $"{name} CLI not found on PATH."
183
Error
= $"{name} CLI timed out while checking status."
230
Error
= error
243
Error
= $"{name} CLI not found on PATH."
1 reference to Error
Aspire.Hosting (1)
Publishing\ContainerRuntimeResolver.cs (1)
87
_logger.LogWarning("Container runtime '{RuntimeName}' is installed but not running. {Error}", detected.Name, detected.
Error
);