C#C
C#5mo ago
Tony Pixel

✅ [solved] Use source generator to create a switch

Hi! I would like to use a source generator to harvest some metadata from annotated classes and build a switch in another class method to use one of the classes. I would like to know a general way of storing collected data to both utilize incrementality to keep performance and recreate switch anytime something changes. Thanks!
Was this page helpful?