1 write to ConfirmationMessage
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
85
ConfirmationMessage
= confirmationMessage;
14 references to ConfirmationMessage
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
1158
return new ResourceCommandSnapshot(annotation.Name, state, annotation.DisplayName, annotation.DisplayDescription, annotation.Parameter, annotation.
ConfirmationMessage
, annotation.IconName, annotation.IconVariant, annotation.IsHighlighted)
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
77
Assert.Contains("may be left orphaned", resetCommand.
ConfirmationMessage
);
Aspire.Hosting.EntityFrameworkCore.Tests (6)
EFMigrationCommandsTests.cs (6)
39
Assert.NotNull(dropCommand.
ConfirmationMessage
);
54
Assert.NotNull(resetCommand.
ConfirmationMessage
);
169
Assert.NotNull(dropCommand.
ConfirmationMessage
);
170
Assert.NotNull(resetCommand.
ConfirmationMessage
);
185
Assert.Null(updateCommand.
ConfirmationMessage
);
186
Assert.Null(statusCommand.
ConfirmationMessage
);
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (4)
213
Assert.Null(command.
ConfirmationMessage
);
245
Assert.Equal("Are you sure?", command.
ConfirmationMessage
);
284
Assert.Equal("Are you sure?", command.
ConfirmationMessage
);
318
Assert.Equal("Top-level confirmation", command.
ConfirmationMessage
);
WithProcessCommandTests.cs (2)
76
Assert.Equal("Are you sure?", command.
ConfirmationMessage
);
116
Assert.Equal("Run export command?", command.
ConfirmationMessage
);