Diagnostic Analyzers in Visual Studio 2015: First Look

Pluralsight
Course Summary
Learn how the most powerful features of Visual Studio 2015 - diagnostic analyzers, code fixes, and refactorings - let you automate code quality issues. You’ll learn how to find, understand, and create analyzers so you can get back to real work.
-
+
Course Description
Visual Studio 2015 leverages the power of Roslyn to add powerful new diagnostic features: diagnostic analyzers, code fixes, and refactorings. This course begins by teaching you how to find and install analyzers for individual projects or your machine. It then teaches you how to understand existing analyzers and build new ones. The power lies in writing or tweaking analyzers so they align with your team. This lets you switch effort from mundane code quality issue to building applications.
-
+
Course Syllabus
Using Diagnostic Analyzers- 26m 19s
—What You'll Learn 1m 42s
—Understanding What Analyzers Do 2m 42s
—Finding Analyzers 4m 4s
—Installing Analyzers 2m 5s
—Using Analyzers 3m 37s
—Suppressing Analyzers 2m 0s
—Using Refactorings 1m 40s
—Definitions for New and Subtle Phrases 7m 0s
—Summary 1m 27sCreating and Debugging a Basic Diagnostic- 27m 49s
—What You Need to Know About Roslyn 6m 3s
—Preparing Your Machine 1m 48s
—Using the Syntax Visualizer 5m 11s
—Using the Diagnostic Analyzer Template 3m 2s
—Creating an Easy Diagnostic 3m 39s
—Running Your Diagnostic Analyzer 1m 36s
—Debugging Diagnostic Analyzers 3m 2s
—Testing Diagnostic Analyzers 2m 26s
—Summary 0m 58sCreate a Code Fix Using Test Driven Development (TDD)- 23m 0sMultiple Code Fixes with Real-world Infrastructure and Testing- 28m 56sCreating More Complex Diagnostics- 33m 11sOther Diagnostics- 30m 54sFinal Details- 23m 20s