1 implementation of IEnvironmentChecker
aspire (1)
Utils\EnvironmentChecker\EnvironmentChecker.cs (1)
15internal sealed class EnvironmentChecker : IEnvironmentChecker
7 references to IEnvironmentChecker
aspire (6)
Commands\AgentMcpCommand.cs (2)
38private readonly IEnvironmentChecker _environmentChecker; 58IEnvironmentChecker environmentChecker,
Commands\DoctorCommand.cs (2)
26private readonly IEnvironmentChecker _environmentChecker; 41IEnvironmentChecker environmentChecker,
Mcp\Tools\DoctorTool.cs (1)
13internal sealed class DoctorTool(IEnvironmentChecker environmentChecker) : CliMcpTool
Program.cs (1)
598builder.Services.AddSingleton<IEnvironmentChecker, EnvironmentChecker>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
247services.AddSingleton<IEnvironmentChecker, EnvironmentChecker>();