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