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