We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Into the Matrix: Using the Roslyn APIs to analyze and fix code …

Formal Metadata

Title
Into the Matrix: Using the Roslyn APIs to analyze and fix code …
Subtitle
By Writing more code
Title of Series
Number of Parts
133
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Roslyn based Diagnostics and CodeFixes enable you to provide ever-present guidance to junior developers. Are there coding practices you encounter that you wish the inexperienced members of your team outgrew? Don't complain. Write a Diagnostic and Code Fix using Roslyn to encourage your teammates to follow the advice you give them in person. In this session, you'll learn how to create extensions to visual studio that analyze code and report on poor practices. Even better, you'll learn how to implement code fixes that correct those poor practices immediately. After this session, you can help your inexperienced developers improve practices whenever they code. It will be like you're standing over their shoulder suggesting better coding style as they.