5 writes to Scope
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
100Scope = additionalData.Scope,
Aspire.Hosting.Azure.Tests (1)
AzureCosmosDBExtensionsTests.cs (1)
719Scope = CertificateTrustScope.Append,
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
921Scope = CertificateTrustScope.Append,
Aspire.Hosting.JavaScript.Tests (2)
AddBunAppTests.cs (2)
264Scope = CertificateTrustScope.Append, 292Scope = CertificateTrustScope.Override,
6 references to Scope
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
559if (ctx.Scope != CertificateTrustScope.None && OperatingSystem.IsWindows()) 564logger.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)
1688if (ctx.Scope == CertificateTrustScope.Append)
Aspire.Hosting.JavaScript (2)
JavaScriptHostingExtensions.cs (2)
313if (ctx.Scope == CertificateTrustScope.Append) 750if (ctx.Scope == CertificateTrustScope.Append)
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
407if (ctx.Scope == CertificateTrustScope.Append)