241 Views
In this next post on source generators, I show a couple of common patterns that I've needed when building source generators, namely: How to determine the namespace of a type for a given class/struct/enum syntax How to handle nested types when calculating the name of a class/struct/enum On the face of it, these seem like simple tasks, but there are subtleties that can make it trickier than expected.
0 comments