RequiredCommandValidationContext
Class sealed net8.0
Provides context for validating a required command.
namespace Aspire.Hosting.ApplicationModel;
public sealed class RequiredCommandValidationContext{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesCancellationTokengetCancellationToken Gets a cancellation token that can be used to cancel the validation.
ResolvedPathgetstring Gets the resolved full path to the command executable.
ServicesgetIServiceProvider Gets the service provider for accessing application services.