14 writes to EnableMessageMarkdown
Aspire.Hosting (1)
Orchestrator\ParameterProcessor.cs (1)
311
EnableMessageMarkdown
= true,
Aspire.Hosting.Azure (6)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (5)
171
EnableMessageMarkdown
= false
197
EnableMessageMarkdown
= false,
270
EnableMessageMarkdown
= false
296
EnableMessageMarkdown
= false,
374
EnableMessageMarkdown
= false,
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
230
EnableMessageMarkdown
= true,
Stress.AppHost (7)
InteractionCommands.cs (7)
50
_ = interactionService.PromptNotificationAsync("Success <strong>bar</strong>", "The **command** successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Success,
EnableMessageMarkdown
= true });
51
_ = interactionService.PromptNotificationAsync("Success <strong>bar</strong>", "Multiline 1\r\n\r\nMultiline 2", new NotificationInteractionOptions { Intent = MessageIntent.Success,
EnableMessageMarkdown
= true });
54
_ = interactionService.PromptMessageBoxAsync("Success <strong>bar</strong>", "The **command** successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success,
EnableMessageMarkdown
= true });
55
_ = interactionService.PromptMessageBoxAsync("Success <strong>bar</strong>", "Multiline 1\r\n\r\nMultiline 2", new MessageBoxInteractionOptions { Intent = MessageIntent.Success,
EnableMessageMarkdown
= true });
61
_ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name. 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. For more information about the `IInteractionService`, see https://learn.microsoft.com.", inputHasMarkdown, new InputsDialogInteractionOptions {
EnableMessageMarkdown
= true });
62
_ = await interactionService.PromptInputAsync("Text <strong>request</strong>", "Provide **your** name.\r\n\r\nLorem 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.\r\n\r\nFor more information about the `IInteractionService`, see https://learn.microsoft.com.", inputHasMarkdown, new InputsDialogInteractionOptions {
EnableMessageMarkdown
= true });
99
new InputsDialogInteractionOptions {
EnableMessageMarkdown
= true });
7 references to EnableMessageMarkdown
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
94
change.EnableMessageMarkdown = interaction.Options.
EnableMessageMarkdown
?? false;
Aspire.Hosting.Azure.Tests (5)
AzureDeployerTests.cs (3)
49
Assert.False(tenantInteraction.Options!.
EnableMessageMarkdown
);
65
Assert.False(subscriptionInteraction.Options!.
EnableMessageMarkdown
);
83
Assert.False(locationInteraction.Options!.
EnableMessageMarkdown
);
ProvisioningContextProviderTests.cs (2)
279
Assert.True(inputsInteraction.Options!.
EnableMessageMarkdown
);
437
Assert.True(inputsInteraction.Options!.
EnableMessageMarkdown
);
Aspire.Hosting.Tests (1)
Orchestrator\ParameterProcessorTests.cs (1)
204
Assert.True(inputsInteraction.Options!.
EnableMessageMarkdown
);