IContainerRuntimeResolver
Interfacenet10.0
Resolves the configured or auto-detected container runtime asynchronously. The result is cached after the first resolution.
namespace Aspire.Hosting.Publishing;
public interface IContainerRuntimeResolver{ // ...}Methods1
Section titled MethodsResolveAsync(CancellationToken)abstract Resolves the container runtime, detecting it from the environment if not explicitly configured. The result is cached after the first call.