18 references to None
Aspire.Hosting (7)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
57
if (additionalData.Scope == CertificateTrustScope.
None
)
Ats\ExecutionConfigurationExports.cs (1)
85
Scope = CertificateTrustScope.
None
,
Dcp\ContainerCreator.cs (2)
734
&& certificateTrustConfiguration.Scope != CertificateTrustScope.
None
766
CertificateTrustScope = certificateTrustConfiguration?.Scope ?? CertificateTrustScope.
None
,
Dcp\ExecutableConfigurationResolver.cs (1)
88
certificateTrustConfiguration.Scope != CertificateTrustScope.
None
&&
ProjectResourceBuilderExtensions.cs (2)
561
builder.WithCertificateTrustScope(CertificateTrustScope.
None
);
566
if (ctx.Scope != CertificateTrustScope.
None
&& OperatingSystem.IsWindows())
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
3040
.WithCertificateTrustScope(CertificateTrustScope.
None
);
Aspire.Hosting.JavaScript.Tests (1)
ResourceCreationTests.cs (1)
211
Assert.Equal(CertificateTrustScope.
None
, certAnnotation.Scope);
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
1322
.WithCertificateTrustScope(CertificateTrustScope.
None
);
Aspire.Hosting.Python.Tests (1)
AddPythonAppTests.cs (1)
853
Assert.Equal(CertificateTrustScope.
None
, certAnnotation.Scope);
Aspire.Hosting.Tests (6)
DistributedApplicationTests.cs (4)
972
[InlineData(false, false, false, false, CertificateTrustScope.
None
)]
973
[InlineData(false, true, false, false, CertificateTrustScope.
None
)]
974
[InlineData(true, false, false, false, CertificateTrustScope.
None
)]
1053
if (trustScope == CertificateTrustScope.
None
)
ExecutionConfigurationGathererTests.cs (2)
372
.WithCertificateTrustScope(CertificateTrustScope.
None
)
387
Assert.Equal(CertificateTrustScope.
None
, metadata.Scope);
TestingAppHost1.AppHost (1)
Program.cs (1)
56
.WithCertificateTrustScope(CertificateTrustScope.
None
);