5 implementations of CanHandle
aspire (2)
Projects\DotNetAppHostProject.cs (1)
87public bool CanHandle(FileInfo appHostFile)
Projects\GuestAppHostProject.cs (1)
129public bool CanHandle(FileInfo appHostFile)
Aspire.Cli.Tests (3)
Commands\NewCommandTests.cs (1)
1716public bool CanHandle(FileInfo appHostFile)
Commands\SecretCommandTests.cs (1)
112public bool CanHandle(FileInfo appHostFile) => true;
TestServices\TestAppHostProjectFactory.cs (1)
129public bool CanHandle(FileInfo appHostFile)