-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area-VSDesignerWindows Forms out-of-proc designer related issuesWindows Forms out-of-proc designer related issues
Description
Our internal tools are flagging these blocks of code as potentially improper use of the not ... or ... pattern matching syntax.
winforms/src/System.Windows.Forms.Design/src/System/ComponentModel/Design/ByteViewer.cs
Lines 173 to 177 in 2f677f9
| return uc is not UnicodeCategory.Control | |
| or UnicodeCategory.Format | |
| or UnicodeCategory.LineSeparator | |
| or UnicodeCategory.ParagraphSeparator | |
| or UnicodeCategory.OtherNotAssigned; |
See dotnet/roslyn#75506 for more information on why this pattern is being flagged. If this logic is correct, consider restructuring it to use clarifying () parentheses.
Metadata
Metadata
Assignees
Labels
area-VSDesignerWindows Forms out-of-proc designer related issuesWindows Forms out-of-proc designer related issues