amis92 / csharp-source-generators

A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Creative Commons Zero v1.0 Universal
2.03k stars 202 forks source link

Add a new article #86

Closed enisn closed 2 years ago

amis92 commented 2 years ago

@enisn I've read that article, but to be honest - your TodoController template could've been achieved (in this form) by creating a generic CrudControllerBase<TDto> and using TDto instead of {{ClassName}} everywhere (except constructor name ;) ). I don't see the value added from using Source Generators to do this, quite the opposite - since you're using a .txt file there's no syntax support/intellisense available when editing it. 🤷‍♂️