IRequiredCommandValidator
Interface net8.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.