IContainerRuntimeResolver
Interface net8.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{ // ...}