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
#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.
Copy file name to clipboardExpand all lines: playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/AppHost.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ And has another paragraph.
42
42
- Item 3
43
43
""",enableMarkdown:true);
44
44
45
-
#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.
Copy file name to clipboardExpand all lines: playground/Stress/Stress.AppHost/InteractionCommands.cs
+19-23Lines changed: 19 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@
5
5
usingMicrosoft.Extensions.DependencyInjection;
6
6
usingMicrosoft.Extensions.Logging;
7
7
8
-
#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.
9
-
10
8
internalstaticclassInteractionCommands
11
9
{
12
10
[AspireExportIgnore(Reason="Uses interaction service callbacks and command handlers that are not ATS-compatible.")]
@@ -15,7 +13,7 @@ public static IResourceBuilder<T> AddInteractionCommands<T>(this IResourceBuilde
varresultTask1=interactionService.PromptConfirmationAsync("Command confirmation","Are you sure?",cancellationToken:commandContext.CancellationToken);
20
18
varresultTask2=interactionService.PromptMessageBoxAsync("Command confirmation","Are you really sure?",newMessageBoxInteractionOptions{Intent=MessageIntent.Warning,ShowSecondaryButton=true},cancellationToken:commandContext.CancellationToken);
21
19
@@ -33,7 +31,7 @@ public static IResourceBuilder<T> AddInteractionCommands<T>(this IResourceBuilde
varinputHasMarkdown=newInteractionInput{Name="Name",Label="<strong>Name</strong>",InputType=InputType.Text,Placeholder="Enter <strong>your</strong> name.",Description="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id massa arcu. Morbi ac risus eget augue venenatis hendrerit. Morbi posuere, **neque id** efficitur ultrices, velit augue suscipit ante, vitae lacinia elit risus nec dui.",EnableDescriptionMarkdown=true};
72
70
varchoiceWithLongContent=newInteractionInput
@@ -103,7 +101,7 @@ public static IResourceBuilder<T> AddInteractionCommands<T>(this IResourceBuilde
#pragma warning restore ASPIREINTERACTION001// 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.Azure.Kusto/AzureKustoBuilderExtensions.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
#pragma warning disable AZPROVISION001// 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 ASPIREINTERACTION001// 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.Azure/AzureEnvironmentResource.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
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
-
#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
6
#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/Aspire.Hosting.Azure/Provisioning/Internal/BaseProvisioningContextProvider.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
#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.
2
1
#pragma warning disable ASPIREPIPELINES002// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
3
2
4
3
// Licensed to the .NET Foundation under one or more agreements.
0 commit comments