Language: C#
Frameworks: .NET Standard 2.0, Roslyn SDK
Why even...?
After experimenting with Roslyn Analyzers myself for the first time during my Bachelor's degree, I wanted to build a small but useful source generator. One of the many tasks I found myself pretty annoyed by was creating a bunch of DTOs when fleshing out a REST controller. So I thought to myself that I should try to automate this with my newly gained knowledge.
