AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 60 forks source link

.Net 5.0/3.1 support #237

Closed max-ieremenko closed 3 years ago

max-ieremenko commented 3 years ago

Hello @AArnott,

I use your CodeGeneration.Roslyn, however requirement for .net core sdk 2.1 is a little bit outdated. Any releases for .net 5.0?

229 >> Source Generators will make this project redundant indeed

Hmm..., indeed?

Source Generators from MS are too raw:

AArnott commented 3 years ago

I am not interested in maintaining this any more at this point. Source Generators do it better (it can generate code in the IDE even before the source files are saved), and will progress and fix their bugs much faster than this repo would and achieve a better integration with user flows than this repo could.

FWIW, my experience with source generators isn't perfect, but I don't see the errors you do. I have a source generator that has third party dependencies, and I see intellisense working.