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: docs/diagnostics/aspirepipelines001.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ai-usage: ai-generated
11
11
12
12
# Compiler Error ASPIREPIPELINES001
13
13
14
-
**Version introduced:**9.2
14
+
**Version introduced:**13.0
15
15
16
16
> Pipeline infrastructure APIs are for evaluation purposes only and are subject to change or removal in future updates. Suppress this diagnostic to proceed.
description: Learn more about compiler Error ASPIREDEPLOYMENT001. Deployment state manager APIs are for evaluation purposes only and are subject to change or removal in future updates.
4
-
ms.date: 10/27/2025
2
+
title: Compiler Error ASPIREPIPELINES002
3
+
description: Learn more about compiler Error ASPIREPIPELINES002. Deployment state manager APIs are for evaluation purposes only and are subject to change or removal in future updates.
4
+
ms.date: 10/28/2025
5
5
f1_keywords:
6
-
- "ASPIREDEPLOYMENT001"
6
+
- "ASPIREPIPELINES002"
7
7
helpviewer_keywords:
8
-
- "ASPIREDEPLOYMENT001"
8
+
- "ASPIREPIPELINES002"
9
9
ai-usage: ai-generated
10
10
---
11
11
12
-
# Compiler Error ASPIREDEPLOYMENT001
12
+
# Compiler Error ASPIREPIPELINES002
13
13
14
-
**Version introduced:**9.2
14
+
**Version introduced:**13.0
15
15
16
16
> Deployment state manager APIs are for evaluation purposes only and are subject to change or removal in future updates. Suppress this diagnostic to proceed.
17
17
18
-
Aspire introduced deployment state manager APIs starting in version 9.2. These APIs enable you to manage and persist deployment state information across pipeline executions. The deployment state manager provides functionality for storing, retrieving, and clearing deployment artifacts and metadata, which is essential for incremental deployments and tracking deployment history.
18
+
Aspire introduced deployment state manager APIs as part of the pipeline infrastructure starting in version 13.0. These APIs enable you to manage and persist deployment state information across pipeline executions. The deployment state manager provides functionality for storing, retrieving, and clearing deployment artifacts and metadata, which is essential for incremental deployments and tracking deployment history.
19
19
20
20
Deployment state manager APIs are considered experimental and are expected to change in future updates.
21
21
@@ -28,6 +28,7 @@ This diagnostic applies to the following deployment state manager APIs:
28
28
-`Deploy` property in `PublishingOptions`
29
29
-`ClearCache` property in `PublishingOptions`
30
30
-`Step` property in `PublishingOptions`
31
+
-`DeployingCallbackAnnotation` - Annotation for deploying callbacks
31
32
- Azure provisioning context providers
32
33
- Related extension methods and implementations
33
34
@@ -39,7 +40,7 @@ Suppress the error with one of the following methods:
For more information about editor config files, see [Configuration files for code analysis rules](/dotnet/fundamentals/code-analysis/configuration-files).
@@ -48,8 +49,8 @@ Suppress the error with one of the following methods:
48
49
49
50
```xml
50
51
<PropertyGroup>
51
-
<NoWarn>$(NoWarn);ASPIREDEPLOYMENT001</NoWarn>
52
+
<NoWarn>$(NoWarn);ASPIREPIPELINES002</NoWarn>
52
53
</PropertyGroup>
53
54
```
54
55
55
-
- Suppress in code with the `#pragma warning disable ASPIREDEPLOYMENT001` directive.
56
+
- Suppress in code with the `#pragma warning disable ASPIREPIPELINES002` directive.
Copy file name to clipboardExpand all lines: docs/diagnostics/aspirepipelines003.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
-
title: Compiler Error ASPIREIMGBUILD001
3
-
description: Learn more about compiler Error ASPIREIMGBUILD001. Container image build APIs are for evaluation purposes only and are subject to change or removal in future updates.
4
-
ms.date: 10/27/2025
2
+
title: Compiler Error ASPIREPIPELINES003
3
+
description: Learn more about compiler Error ASPIREPIPELINES003. Container image build APIs are for evaluation purposes only and are subject to change or removal in future updates.
4
+
ms.date: 10/28/2025
5
5
f1_keywords:
6
-
- "ASPIREIMGBUILD001"
6
+
- "ASPIREPIPELINES003"
7
7
helpviewer_keywords:
8
-
- "ASPIREIMGBUILD001"
8
+
- "ASPIREPIPELINES003"
9
9
ai-usage: ai-generated
10
10
---
11
11
12
-
# Compiler Error ASPIREIMGBUILD001
12
+
# Compiler Error ASPIREPIPELINES003
13
13
14
-
**Version introduced:**9.2
14
+
**Version introduced:**13.0
15
15
16
16
> Container image build APIs are for evaluation purposes only and are subject to change or removal in future updates. Suppress this diagnostic to proceed.
17
17
18
-
Aspire introduced container image build APIs starting in version 9.2. These APIs provide functionality for building container images as part of the deployment pipeline. The container image build APIs enable you to configure build options, specify target platforms, select image formats, and integrate with container runtimes like Docker and Podman.
18
+
Aspire introduced container image build APIs as part of the pipeline infrastructure starting in version 13.0. These APIs provide functionality for building container images as part of the deployment pipeline. The container image build APIs enable you to configure build options, specify target platforms, select image formats, and integrate with container runtimes like Docker and Podman.
19
19
20
20
Container image build APIs are considered experimental and are expected to change in future updates.
21
21
@@ -39,7 +39,7 @@ Suppress the error with one of the following methods:
For more information about editor config files, see [Configuration files for code analysis rules](/dotnet/fundamentals/code-analysis/configuration-files).
@@ -48,8 +48,8 @@ Suppress the error with one of the following methods:
48
48
49
49
```xml
50
50
<PropertyGroup>
51
-
<NoWarn>$(NoWarn);ASPIREIMGBUILD001</NoWarn>
51
+
<NoWarn>$(NoWarn);ASPIREPIPELINES003</NoWarn>
52
52
</PropertyGroup>
53
53
```
54
54
55
-
- Suppress in code with the `#pragma warning disable ASPIREIMGBUILD001` directive.
55
+
- Suppress in code with the `#pragma warning disable ASPIREPIPELINES003` directive.
Copy file name to clipboardExpand all lines: docs/diagnostics/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ The following table lists the possible MSBuild and .NET Analyzer warnings and er
23
23
|[`ASPIREAZURE002`](aspireazure002.md)| (Experimental) Error | <spanid="ASPIREAZURE002"></span> Azure Container App Jobs are for evaluation purposes only and are subject to change or removal in future updates. |
24
24
|[`ASPIRECOMPUTE001`](aspirecompute001.md)| (Experimental) Error | <spanid="ASPIRECOMPUTE001"></span> Compute related types and members are for evaluation purposes only and is subject to change or removal in future updates. |
25
25
|[`ASPIRECOSMOSDB001`](aspirecosmosdb001.md)| (Experimental) Error | <spanid="ASPIRECOSMOSDB001"></span> `RunAsPreviewEmulator` is for evaluation purposes only and is subject to change or removal in future updates. |
26
-
|[`ASPIREDEPLOYMENT001`](aspiredeployment001.md)| (Experimental) Error | <spanid="ASPIREDEPLOYMENT001"></span> Deployment state manager APIs are for evaluation purposes only and are subject to change or removal in future updates. |
27
26
|[`ASPIREHOSTINGPYTHON001`](aspirehostingpython001.md)| (Experimental) Error | <spanid="ASPIREHOSTINGPYTHON001"></span> `AddPythonApp` is for evaluation purposes only and is subject to change or removal in future updates. |
28
-
|[`ASPIREIMGBUILD001`](aspireimgbuild001.md)| (Experimental) Error | <spanid="ASPIREIMGBUILD001"></span> Container image build APIs are for evaluation purposes only and are subject to change or removal in future updates. |
29
27
|[`ASPIREPIPELINES001`](aspirepipelines001.md)| (Experimental) Error | <spanid="ASPIREPIPELINES001"></span> Pipeline infrastructure APIs are for evaluation purposes only and are subject to change or removal in future updates. |
28
+
|[`ASPIREPIPELINES002`](aspirepipelines002.md)| (Experimental) Error | <spanid="ASPIREPIPELINES002"></span> Deployment state manager APIs are for evaluation purposes only and are subject to change or removal in future updates. |
29
+
|[`ASPIREPIPELINES003`](aspirepipelines003.md)| (Experimental) Error | <spanid="ASPIREPIPELINES003"></span> Container image build APIs are for evaluation purposes only and are subject to change or removal in future updates. |
30
30
|[`ASPIREPROXYENDPOINTS001`](aspireproxyendpoints001.md)| (Experimental) Error | <spanid="ASPIREPROXYENDPOINTS001"></span> ProxyEndpoint members are for evaluation purposes only and are subject to change or removal in future updates. |
31
31
|[`ASPIREPUBLISHERS001`](aspirepublishers001.md)| Error | <spanid="ASPIREPUBLISHERS001"></span> Publishers are for evaluation purposes only and are subject to change or removal in future updates. |
0 commit comments