Skip to content

[Regression] Wrong naming rules are being enforced for static fields #36355

@davkean

Description

@davkean

Version Used:
Works in 15.9, 16.1.2, regressed in 16.2.

Steps to Reproduce:

With this editor config: https://github.com/dotnet/project-system/blob/master/.editorconfig#L112.

Private Shared ReadOnly s_propertyDescriptorCollectionHash As New Hashtable

Expected Behavior:
No errors

Actual Behavior:

Severity	Code	Description	Project	File	Line	Suppression State
Error	IDE1006	Naming rule violation: Missing prefix: '_'	Microsoft.VisualStudio.Editors	E:\project-system2\src\Microsoft.VisualStudio.Editors\ResourceEditor\Resource.vb	273	Active

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions