30 writes to Name
aspire (30)
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 (16)
63Name = "container-runtime", 76Name = "container-runtime", 106Name = "container-runtime", 127Name = "container-runtime", 158Name = "container-runtime", 174Name = "container-runtime", 185Name = "container-runtime", 210Name = "container-runtime", 228Name = "container-runtime", 254Name = "container-runtime", 275Name = "container-runtime", 289Name = "container-runtime", 310Name = "container-runtime", 321Name = "container-runtime", 330Name = "container-runtime", 341Name = "container-runtime",
Utils\EnvironmentChecker\DevCertsCheck.cs (8)
30Name = "dev-certs", 62Name = "dev-certs", 75Name = "dev-certs", 91Name = "dev-certs", 105Name = "dev-certs", 119Name = "dev-certs", 132Name = "dev-certs-version", 149Name = "dev-certs",
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,