DNNCommunity / Dnn.StructuredContent

This is a proof of concept for a structured content solution for DNN Platform (formerly known as DotNetNuke). This should not be used in a production environment. Anything can change at this stage of development.
Other
13 stars 5 forks source link

Implement style cop analyzer #54

Closed david-poindexter closed 2 years ago

david-poindexter commented 2 years ago

For improved code quality and style, StyleCop.Analyzers is used in Dnn.Platform. Therefore, it should be used here. This is the initial implementation and includes fixes for most of the global changes. Everything remaining will be a bit more opinionated on how we go about resolving.