-
Notifications
You must be signed in to change notification settings - Fork 22
Integrating StyleCop Into Build Environments
It is possible to integrate the StyleCop toolset into a build environment, so that the tool will run whenever a build is performed and will export style and consistency violations as build warnings or build errors. There are various levels of build integration available, depending upon the types of tools used within your team's build environment.
Learn how to integrate StyleCop into an MSBuild-based build system using the standard StyleCop MSBuild task: Integrating StyleCop into MSBuild
Learn how to create a custom MSBuild wrapper for StyleCop to enable more advanced scenarios: Custom MSBuild Integration
Learn how to write a custom wrapper for StyleCop to integrate the tool into a custom build environment: Hosting StyleCop in a Custom Environment
- - SA0102 - Clean Install
- - Download
- - Documentation Rules - Layout Rules - Maintainability Rules - Naming Rules - Ordering Rules - Readability Rules - Spacing Rules - Suppressions
- - Adding a custom StyleCop settings page - Adding custom rule settings - Authoring a custom styleCop rule - Authoring rules metadata - Custom CSharp Language Service - Custom MSBuild Integration - Hosting StyleCop in a Custom Environment - Installing a Custom Rule - Integrating StyleCop Into Build Environments - Integrating StyleCop into MSBuild - Writing Custom Rules for StyleCop