/CodeGeneratorSamples

This project demonstrates the some C# 9 source generator features in action

Primary LanguageC#

Sample codes for code generation in C#

In this project I tried to demonstrate some C# 9 source generator features from basic up to advanced.

For testing this sample you need the latest VS2022 updates (However, you can try it on VS2019 by changing target of console apps to .NET 5)

Sources to read more

Microsoft > .NET Compiler Platform SDK > Source Generators

New C# Source Generator Samples

Reselyn Source Generators Cookbook

BuiltToRoam > How to Debug C# 9 Source Code Generators

MsBuild Cheat Sheet