Reflection

Blog posts tagged by Reflection

Removing magic from auto-registration using source generators
Removing magic from auto-registration using source generators

Automatically registering types using reflection-based assembly scanning hurts disoverability. This post shows how to make it transparent using Source Generators.