Chapter 4. Improving Code Maintenance of C# Code Base
In this chapter, we will cover the following recipes:
- Configuring C# code style rules built into Visual Studio 2017
- Using the
.editorconfig
file for the configuration of code style rules - Using the public API analyzer for API surface maintenance
- Using third-party StyleCop analyzers for code style rules