dotnet/roslyn

Unable to "global" suppress a naming violation in a delegate

开放

#29,742 创建于 2018年9月10日

 (0 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEBughelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Steps to Reproduce:

  1. 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

  1. 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")>

贡献者指南