Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IRequiredCommandValidator

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
A service that validates required commands/executables are available on the local machine.
namespace Aspire.Hosting.ApplicationModel;
public interface IRequiredCommandValidator
{
// ...
}
This service coalesces validations so that the same command is only validated once, even if multiple resources require it.
View all methods