Always Developing

always learning | always growing | always paging (53)

Roslyn Analyzer - testing an analyzer and code fix (Part 4)

A step by step guide to testing an analyzer and code fix


Read more...


Roslyn Analyzer - writing the code fix (Part 3)

A step by step guide to writing an analyzer code fix


Read more...


Roslyn Analyzer - writing the analyzer (Part 2)

A step by step guide to writing an analyzer


Read more...


Roslyn Analyzer - explained (Part 1)

An introduction to Roslyn Analyzers, what they are and how they are useful


Read more...


Multiple implementations of same interface - the options

Different methods of registering the same interface with multiple implementations using .NET dependency injection


Read more...