dotnet/winforms

Port FxCop rule CA1300: SpecifyMessageBoxOptions

Open

#8,385 opened on Dec 14, 2022

View on GitHub
 (19 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (Avg merge 14d 22h) (56 merged PRs in 30d)

Description

Title: Specify MessageBoxOptions

Description:

To correctly display a message box for cultures that use a right-to-left reading order, the RightAlign and RtlReading members of the MessageBoxOptions enumeration must be passed to the Show method.

https://learn.microsoft.com/en-us/visualstudio/code-quality/ca1300?view=vs-2022&tabs=csharp

Contributor guide