16 writes to EnableMessageMarkdown
Aspire.Hosting (1)
Orchestrator\ParameterProcessor.cs (1)
288
EnableMessageMarkdown
= true,
Aspire.Hosting.Azure (7)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (6)
170
EnableMessageMarkdown
= false
196
EnableMessageMarkdown
= false,
269
EnableMessageMarkdown
= false
295
EnableMessageMarkdown
= false,
371
EnableMessageMarkdown
= false,
461
EnableMessageMarkdown
= false
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
279
EnableMessageMarkdown
= true,
Aspire.Hosting.Azure.Kusto (1)
AzureKustoBuilderExtensions.cs (1)
398
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 });
8 references to EnableMessageMarkdown
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
94
change.EnableMessageMarkdown = interaction.Options.
EnableMessageMarkdown
?? false;
Aspire.Hosting.Azure.Tests (6)
AzureDeployerTests.cs (4)
50
Assert.False(tenantInteraction.Options!.
EnableMessageMarkdown
);
66
Assert.False(subscriptionInteraction.Options!.
EnableMessageMarkdown
);
84
Assert.False(resourceGroupInteraction.Options!.
EnableMessageMarkdown
);
102
Assert.False(locationInteraction.Options!.
EnableMessageMarkdown
);
ProvisioningContextProviderTests.cs (2)
279
Assert.True(inputsInteraction.Options!.
EnableMessageMarkdown
);
448
Assert.True(inputsInteraction.Options!.
EnableMessageMarkdown
);
Aspire.Hosting.Tests (1)
Orchestrator\ParameterProcessorTests.cs (1)
206
Assert.True(inputsInteraction.Options!.
EnableMessageMarkdown
);