9 writes to Scope
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
100Scope = additionalData.Scope,
Aspire.Hosting.Azure.Tests (1)
AzureCosmosDBExtensionsTests.cs (1)
735Scope = CertificateTrustScope.Append,
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
921Scope = CertificateTrustScope.Append,
Aspire.Hosting.JavaScript.Tests (5)
AddBunAppTests.cs (2)
264Scope = CertificateTrustScope.Append, 292Scope = CertificateTrustScope.Override,
AddDenoAppTests.cs (3)
2410Scope = CertificateTrustScope.Append, 2439Scope = CertificateTrustScope.Override, 2467Scope = CertificateTrustScope.System,
Aspire.Hosting.MongoDB.Tests (1)
MongoDBReplCommandTests.cs (1)
121Scope = CertificateTrustScope.Append,
9 references to Scope
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
581if (ctx.Scope != CertificateTrustScope.None && OperatingSystem.IsWindows()) 586logger.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 (5)
JavaScriptHostingExtensions.cs (5)
306if (ctx.Scope == CertificateTrustScope.Append) 723if (ctx.Scope == CertificateTrustScope.Append) 1097if (ctx.Scope is CertificateTrustScope.Append or CertificateTrustScope.Override or CertificateTrustScope.System) 1110if (ctx.Scope == CertificateTrustScope.Override) 1114else if (ctx.Scope == CertificateTrustScope.System)
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
407if (ctx.Scope == CertificateTrustScope.Append)