Implemented interface member:
property
CertificateBundleEnvironmentVariable
Aspire.TypeSystem.ILanguageSupport.CertificateBundleEnvironmentVariable
3 references to CertificateBundleEnvironmentVariable
Aspire.Hosting.CodeGeneration.TypeScript (1)
TypeScriptLanguageSupport.cs (1)
296SetCertificateBundleEnvironmentVariableIfSupported(runtimeSpec, CertificateBundleEnvironmentVariable);
Aspire.Hosting.CodeGeneration.TypeScript.Tests (2)
TypeScriptLanguageSupportTests.cs (2)
259Assert.Equal("NODE_EXTRA_CA_CERTS", _languageSupport.CertificateBundleEnvironmentVariable); 260Assert.Equal(_languageSupport.CertificateBundleEnvironmentVariable, runtimeSpec.CertificateBundleEnvironmentVariable);