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