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

贡献者指南