Wednesday 

Room 4 

11:40 - 12:40 

(UTC+02

Talk (60 min)

Roslyn Source Generators - Never send a human to do a machine's job

.NET Source Generators are the latest metaprogramming technique to add C# code to your compilation. They help us automate tedious implementations of common patterns, and enable replacing Reflection-based logic with high-performance strongly typed solutions. Additionally, C# 9.0 adds module initializers and extends partial methods to furthermore support code generation. Not only would I like to show you these language features plus the basic mechanics of adding sources and reporting diagnostics via Generators, but also cover a selection of advanced topics, such as unit testing (both the Generator and its generated code), code coverage, mutation testing, benchmarking, and how to use nullable reference types within .NET Standard 2.0 Generator-Projects. As a bonus, I shall deliver a suite of (web) tools to kick-start your journey. TL;DR - C# Source Generators: Would you like to know more?

.NET
Languages
Testing

Stefan Pölz

Stefan's passion is to practice Clean Code and test-driven development in order to build maintainable high-performance software in an ever-evolving team, supported by tools from the .NET Ecosystem. He loves to attend and speak at public developer events, co-organize local community gatherings, stream live programming sessions, and author open source projects, complementing his expertise in professional software development. As Microsoft MVP (Developer Technologies), JetBrains Community Contributor (.NET) and co-organizer of DotNetDevs.at, it's his ambition to share knowledge about everything C#.