dotnet / dotnet/winforms

Port FxCop rule CA1300: SpecifyMessageBoxOptions

Open
#8,385 19 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
1d 13m
Merged PRs (30d)
85

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.