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
Add XML documentation and update diagnostic ID to ASPIREPIPELINES004
- Update Experimental attribute from ASPIREPIPELINES001 to ASPIREPIPELINES004
- Add XML documentation for GetOutputDirectory() default behavior
- Add XML documentation for private fields in PipelineOutputService
- Document purpose of AppHost:PathSha256 usage in CreateTempDirectory
- Suppress ASPIREPIPELINES004 diagnostic in all consuming files
Co-authored-by: captainsafia <1857993+captainsafia@users.noreply.github.com>
Copy file name to clipboardExpand all lines: src/Aspire.Hosting.Azure/AzureEnvironmentResource.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
#pragma warning disable ASPIREAZURE001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
5
5
#pragma warning disable ASPIREPIPELINES003// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
6
6
#pragma warning disable ASPIREINTERACTION001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
7
+
#pragma warning disable ASPIREPIPELINES004// 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/Shared/PublishingContextUtils.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
#pragma warning disable ASPIREPIPELINES001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
5
+
#pragma warning disable ASPIREPIPELINES004// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
0 commit comments