Skip to content
Docs Try Aspire

IRequiredCommandValidator

Interface net8.0
📦 Aspire.Hosting v13.2.0
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.