Implemented interface member:
method
CanHandle
Aspire.Cli.Projects.IAppHostProject.CanHandle(System.IO.FileInfo)
1 reference to CanHandle
Aspire.Cli.Tests (1)
Commands\NewCommandTests.cs (1)
1738return Task.FromResult(new AppHostValidationResult(IsValid: CanHandle(appHostFile)));