Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

RequiredCommandAnnotation

Classnet10.0
📦 Aspire.Hosting v13.5.4
An annotation which declares that a resource requires a specific command/executable to be available on the local machine PATH before it can start.
namespace Aspire.Hosting.ApplicationModel;
public class RequiredCommandAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}
View all constructors
View all properties