30 writes to Name
aspire (30)
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
63
Name
= "container-runtime",
76
Name
= "container-runtime",
106
Name
= "container-runtime",
127
Name
= "container-runtime",
158
Name
= "container-runtime",
174
Name
= "container-runtime",
185
Name
= "container-runtime",
210
Name
= "container-runtime",
228
Name
= "container-runtime",
254
Name
= "container-runtime",
275
Name
= "container-runtime",
289
Name
= "container-runtime",
310
Name
= "container-runtime",
321
Name
= "container-runtime",
330
Name
= "container-runtime",
341
Name
= "container-runtime",
Utils\EnvironmentChecker\DevCertsCheck.cs (8)
30
Name
= "dev-certs",
62
Name
= "dev-certs",
75
Name
= "dev-certs",
91
Name
= "dev-certs",
105
Name
= "dev-certs",
119
Name
= "dev-certs",
132
Name
= "dev-certs-version",
149
Name
= "dev-certs",
Utils\EnvironmentChecker\DotNetSdkCheck.cs (3)
34
Name
= "dotnet-sdk",
49
Name
= "dotnet-sdk",
60
Name
= "dotnet-sdk",
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (2)
42
Name
= "wsl",
54
Name
= "wsl",
1 reference to Name
aspire (1)
JsonSourceGenerationContext.EnvironmentCheckResult.g.cs (1)
80
Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult)obj).
Name
,