Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 979 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 979 Bytes

Hedgehog Development

Helix FxCop Rules

These FxCop rules are designed to catch when developers make incorrect cross-module dependency references according to Helix principles. By including these rules, developers no longer need to structure their solutions by separating modules into individual projects. Instead, modules may be separated by namespace, but could still be contained in to same project/DLL, and therefore not bloat the solution with increased build times. Using these rules, developers can track down violations of the Helix design principals, and even prevent builds from succeeding when the principles are broken, ensuring safer longevity of their code.

More Information

FxCop Rules for Sitecore Helix Blog Post