24 writes to Name
aspire (24)
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult(){ Category = (string)args[0], Name = (string)args[1], Status = (global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckStatus)args[2], Message = (string)args[3], Fix = (string)args[4], Link = (string)args[5], Details = (string)args[6] },
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (10)
51Name = "container-runtime", 64Name = "container-runtime", 94Name = "container-runtime", 113Name = "container-runtime", 126Name = "container-runtime", 151Name = "container-runtime", 172Name = "container-runtime", 185Name = "container-runtime", 197Name = "container-runtime", 208Name = "container-runtime",
Utils\EnvironmentChecker\DevCertsCheck.cs (5)
39Name = "dev-certs", 59Name = "dev-certs", 72Name = "dev-certs", 82Name = "dev-certs", 95Name = "dev-certs",
Utils\EnvironmentChecker\DockerEngineCheck.cs (3)
66Name = "docker-engine", 79Name = "docker-engine", 89Name = "docker-engine",
Utils\EnvironmentChecker\DotNetSdkCheck.cs (3)
34Name = "dotnet-sdk", 49Name = "dotnet-sdk", 60Name = "dotnet-sdk",
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (2)
42Name = "wsl", 54Name = "wsl",
1 reference to Name
aspire (1)
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
80Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult)obj).Name,