4 writes to Scope
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
4008annotation.Scope ??= existingAnnotation.Scope; 4059annotation.Scope ??= existingAnnotation.Scope; 4104Scope = scope, 4110annotation.Scope ??= existingAnnotation.Scope;
8 references to Scope
Aspire.Hosting (4)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
54additionalData.Scope = caAnnotation.Scope.GetValueOrDefault(additionalData.Scope);
ResourceBuilderExtensions.cs (3)
4008annotation.Scope ??= existingAnnotation.Scope; 4059annotation.Scope ??= existingAnnotation.Scope; 4110annotation.Scope ??= existingAnnotation.Scope;
Aspire.Hosting.Java.Tests (2)
AddJavaAppTests.cs (1)
894Assert.Equal(CertificateTrustScope.System, certAnnotation.Scope);
AddJavaContainerTests.cs (1)
150Assert.Equal(CertificateTrustScope.System, scope.Scope);
Aspire.Hosting.JavaScript.Tests (1)
ResourceCreationTests.cs (1)
211Assert.Equal(CertificateTrustScope.None, certAnnotation.Scope);
Aspire.Hosting.Python.Tests (1)
AddPythonAppTests.cs (1)
853Assert.Equal(CertificateTrustScope.None, certAnnotation.Scope);