You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of the EcoreNetto
I have searched open and closed issues to ensure it has not already been reported
Description
Summary: The documented style rules (no regions, this. prefix, usings inside namespace, no underscore prefix) are only enforced by a ReSharper .DotSettings file; non-ReSharper contributors and CI don't enforce them.
Affected files: repo root (new .editorconfig); optionally add StyleCop.Analyzers/Roslynator via Directory.Build.props.
Proposed solution: Add an .editorconfig encoding the CONTRIBUTING rules and wire an analyzer package so violations show as warnings (optionally TreatWarningsAsErrors in CI).
Prerequisites
Description
this.prefix, usings inside namespace, no underscore prefix) are only enforced by a ReSharper.DotSettingsfile; non-ReSharper contributors and CI don't enforce them..editorconfig); optionally add StyleCop.Analyzers/Roslynator viaDirectory.Build.props..editorconfigencoding the CONTRIBUTING rules and wire an analyzer package so violations show as warnings (optionallyTreatWarningsAsErrorsin CI)..editorconfigencodes the documented conventions.