dotnet/winforms

Port FxCop rule CA1300: SpecifyMessageBoxOptions

開放

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

 (19 則留言) (0 個反應) (0 位負責人)C# (922 個分叉)batch import
good first issuehelp wanted

倉庫指標

星標
 (4,100 顆星)
PR 合併指標
 (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

貢獻者指南