3 writes to CertificateBundleEnvironmentVariable
aspire (2)
Projects\JavaAppHostToolchainResolver.cs (1)
378CertificateBundleEnvironmentVariable = baseRuntimeSpec.CertificateBundleEnvironmentVariable,
Projects\TypeScriptAppHostToolchainResolver.cs (1)
159CertificateBundleEnvironmentVariable = baseRuntimeSpec.CertificateBundleEnvironmentVariable,
Aspire.Cli.Tests (1)
Projects\TypeScriptAppHostToolchainResolverTests.cs (1)
382CertificateBundleEnvironmentVariable = "NODE_EXTRA_CA_CERTS"
6 references to CertificateBundleEnvironmentVariable
aspire (3)
Projects\GuestRuntime.cs (1)
69public string? CertificateBundleEnvironmentVariable => _spec.CertificateBundleEnvironmentVariable;
Projects\JavaAppHostToolchainResolver.cs (1)
378CertificateBundleEnvironmentVariable = baseRuntimeSpec.CertificateBundleEnvironmentVariable,
Projects\TypeScriptAppHostToolchainResolver.cs (1)
159CertificateBundleEnvironmentVariable = baseRuntimeSpec.CertificateBundleEnvironmentVariable,
Aspire.Cli.Tests (1)
Projects\TypeScriptAppHostToolchainResolverTests.cs (1)
312Assert.Equal("NODE_EXTRA_CA_CERTS", runtimeSpec.CertificateBundleEnvironmentVariable);
Aspire.Hosting.CodeGeneration.TypeScript (1)
TypeScriptLanguageSupport.cs (1)
313.GetProperty(nameof(RuntimeSpec.CertificateBundleEnvironmentVariable))
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
TypeScriptLanguageSupportTests.cs (1)
260Assert.Equal(_languageSupport.CertificateBundleEnvironmentVariable, runtimeSpec.CertificateBundleEnvironmentVariable);