Hacker News new | ask | show | jobs
Show HN: A source generator for creating fluent APIs in C# (github.com)
2 points by kmschaal 1205 days ago
Source generators in .NET can be used to generate code at development time. I wanted to learn about that technology and implemented a library for creating fluent APIs for C# classes.