Skip to content
Docs Try Aspire

RequiredCommandAnnotation Constructors

Class Constructors 1 member
An annotation which declares that a resource requires a specific command/executable to be available on the local machine PATH before it can start.
An annotation which declares that a resource requires a specific command/executable to be available on the local machine PATH before it can start.
public class RequiredCommandAnnotation
{
public RequiredCommandAnnotation(
string command)
{
// ...
}
}
command string The command string (file name or path) that should be validated.