5 writes to Scope
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
100
Scope
= additionalData.Scope,
Aspire.Hosting.Azure.Tests (1)
AzureCosmosDBExtensionsTests.cs (1)
719
Scope
= CertificateTrustScope.Append,
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
921
Scope
= CertificateTrustScope.Append,
Aspire.Hosting.JavaScript.Tests (2)
AddBunAppTests.cs (2)
264
Scope
= CertificateTrustScope.Append,
292
Scope
= CertificateTrustScope.Override,
6 references to Scope
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
559
if (ctx.
Scope
!= CertificateTrustScope.None && OperatingSystem.IsWindows())
564
logger.LogWarning("Certificate trust scope is set to '{Scope}', but the feature is not supported for .NET projects on Windows. No certificate trust customization will be applied. Set the certificate trust scope to 'None' to disable this warning.", Enum.GetName(ctx.
Scope
));
Aspire.Hosting.Java (1)
JavaHostingExtensions.cs (1)
1688
if (ctx.
Scope
== CertificateTrustScope.Append)
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
313
if (ctx.
Scope
== CertificateTrustScope.Append)
750
if (ctx.
Scope
== CertificateTrustScope.Append)
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
407
if (ctx.
Scope
== CertificateTrustScope.Append)