dotnet/roslyn
Unable to "global" suppress a naming violation in a delegate
Ouverte
#29 742 ouverte le 10 sept. 2018
Area-IDEBughelp wanted
Métriques du dépôt
- Stars
- (20 414 étoiles)
- Métriques de merge PR
- (Merge moyen 6j 17h) (256 PRs mergées en 30 j)
Description
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")>