Has anyone created custom StyleCop and FxCop rules for Lance Hunt C # coding standards?

I just started working in a store that uses Lance Hunt coding standards for developing C # (see here ) - did someone configure StyleCop and FxCop to work with them?

+3
source share
1 answer

StyleCop itself already contains a lot of this standard, with the exception of some contentious issues, such as tabs-vs-space indents or names with the -s-prefixed prefix.

For these exceptional items, StyleCop + can be used in addition to StyleCop. And it looks like this “couple” could probably implement the standard that you mentioned well enough.

- StyleCop +, , , , .

+2

All Articles