In this session we will see how to abandon the old-school approach of creating code guidelines in a text document (that no one looks at or follows). Instead, we will supercharge our C# code with EditorConfig and a variety of Roslyn code analyzers to achieve better code coherence, maintain higher code quality and uniformly enforce the required code conventions. We’ll also see how to incorporate that into Visual Studio, Visual Studio Code and even command line builds (i.e. build server).