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