1 implementation of CheckAllAsync
aspire (1)
Utils\EnvironmentChecker\EnvironmentChecker.cs (1)
16public async Task<IReadOnlyList<EnvironmentCheckResult>> CheckAllAsync(CancellationToken cancellationToken = default)
2 references to CheckAllAsync
aspire (2)
Commands\DoctorCommand.cs (1)
47async () => await _environmentChecker.CheckAllAsync(cancellationToken));
Mcp\DoctorTool.cs (1)
40var results = await environmentChecker.CheckAllAsync(cancellationToken);