dotnet/winforms

Port FxCop rule CA1300: SpecifyMessageBoxOptions

Open

#8,385 建立於 2022年12月14日

在 GitHub 查看
 (19 留言) (0 反應) (0 負責人)C# (922 fork)batch import
good first issuehelp wanted

倉庫指標

Star
 (4,100 star)
PR 合併指標
 (平均合併 14天 22小時) (30 天內合併 56 個 PR)

描述

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

貢獻者指南