1 write to Scope
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
96
Scope
= additionalData.Scope,
4 references to Scope
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (2)
430
if (ctx.
Scope
!= CertificateTrustScope.None && OperatingSystem.IsWindows())
435
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.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
283
if (ctx.
Scope
== CertificateTrustScope.Append)
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
423
if (ctx.
Scope
== CertificateTrustScope.Append)