In Part 1 , we built a generator that found classes marked [AutoToString] and emitted a ToString() override for them. It was a good first generator precisely because it didn't have much else going on — find a class, check an attribute, write a file. This time we're pointing the same incremental...
Source: [Dev.to](https://dev.to/nshathish/source-generators-in-net-build-a-zero-reflection-command-dispatcher-31ec)