dotnet/winforms

Port FxCop rule CA1300: SpecifyMessageBoxOptions

Open

#8 385 ouverte le 14 déc. 2022

Voir sur GitHub
 (19 commentaires) (0 réactions) (0 assignés)C# (922 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (4 100 stars)
Métriques de merge PR
 (Merge moyen 14j 22h) (56 PRs mergées en 30 j)

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

Guide contributeur