dotnet/winforms

Port FxCop rule CA1300: SpecifyMessageBoxOptions

オープン

#8,385 opened on 2022/12/14

 (19 件のコメント) (0 件のリアクション) (0 人の担当者)C# (922 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (4,100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド