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