You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Aspire.Hosting.Yarp/YarpResourceExtensions.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,9 @@ public static IResourceBuilder<YarpResource> AddYarp(
43
43
{
44
44
yarpBuilder.WithEnvironment(ctx =>
45
45
{
46
+
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
@@ -105,7 +107,9 @@ public DcpExecutor(ILogger<DcpExecutor> logger,
105
107
DcpNameGeneratornameGenerator,
106
108
DcpExecutorEventsexecutorEvents,
107
109
Locationslocations,
110
+
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
Copy file name to clipboardExpand all lines: src/Aspire.Hosting/DeveloperCertificateService.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@
9
9
10
10
namespaceAspire.Hosting;
11
11
12
+
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
329
331
330
332
// Shared DCP things (even though DCP isn't used in 'publish' and 'inspect' mode
331
333
// we still honour the DCP options around container runtime selection.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
Copy file name to clipboardExpand all lines: tests/Aspire.Hosting.Tests/Utils/TestDeveloperCertificateService.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
7
7
namespaceAspire.Hosting.Tests.Utils;
8
8
9
+
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
57
59
}
58
60
59
61
[Fact]
@@ -75,6 +77,7 @@ public async Task VerifyPublishEnvVariablesAreSet()
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning disable ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECERTIFICATES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
0 commit comments