1 instantiation of BoolInteractionResult
Aspire.Hosting (1)
Ats\InteractionExports.cs (1)
816return new BoolInteractionResult
10 references to BoolInteractionResult
Aspire.Hosting (9)
Ats\InteractionExports.cs (9)
54public static async Task<BoolInteractionResult> PromptConfirmation( 64return BoolInteractionResult.From(result); 71public static async Task<BoolInteractionResult> PromptMessageBox( 81return BoolInteractionResult.From(result); 88public static async Task<BoolInteractionResult> PromptNotification( 98return BoolInteractionResult.From(result); 107public static async Task<BoolInteractionResult> PromptProgress( 116return BoolInteractionResult.From(result); 814internal static BoolInteractionResult From(InteractionResult<bool> result)
Aspire.Hosting.Tests (1)
AtsInteractionExportsTests.cs (1)
19var result = await interactionService.PromptProgress(