RequiredCommandValidationContext Properties
Class Properties 3 members
Provides context for validating a required command.
Gets a cancellation token that can be used to cancel the validation.
public CancellationToken CancellationToken { get; } Gets the resolved full path to the command executable.
public string ResolvedPath { get; } Gets the service provider for accessing application services.
public IServiceProvider Services { get; }