dotnet/roslyn
Unable to "global" suppress a naming violation in a delegate
オープン
#29,742 opened on 2018/09/10
Area-IDEBughelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
Steps to Reproduce:
- Turn on naming rules that state that parameters need to start as "lower case" and turn it on as an errror
Friend Delegate Function CheckCommandStatusHandler(MenuCommand As DesignerMenuCommand) As Boolean
- Attempt to suppress the above error
Expected Behavior: ??
Actual Behavior:
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification:="<Pending>", Scope:="namespace", Target:="~N:Microsoft.VisualStudio.Editors.AppDesDesignerFramework")>