dotnet/roslyn

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

オープン

#29,742 opened on 2018/09/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-IDEBughelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

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

コントリビューターガイド