IRequiredCommandValidator
Interfacenet10.0
A service that validates required commands/executables are available on the local machine.
namespace Aspire.Hosting.ApplicationModel;
public interface IRequiredCommandValidator{ // ...}Remarks
Section titled Remarks This service coalesces validations so that the same command is only validated once, even if multiple resources require it.
Methods1
Section titled Methods Validates that a required command is available and meets any custom validation requirements.