I would like to be able to check my files .csprojeither as they are added to the solution, or when they are built on our CI build server.
Validation will mean validation, for example:
- that the correspondence of the path file name and the project file
- that the assembly name and namespace are consistent with naming conventions
- that the target platform is correct.
- that the output paths are correct (Release and Debug)
- that the warning level is correct, and that warnings are treated as errors.
- that certain files are present in the project (
AssemblyInfo.csetc.). - that assemblies are correctly specified
- etc.
Another useful feature is the ability to ignore specific projects or, even better, define groups of projects, each group having its own validation rules.
, , , , . , - StyleCop FxCop.
?
( ReSharper, , .)