A SourceGenerator that provides attribute data without reflection #359
Arlodotexe
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Source generators are the most viable alternative to reflection that exists right now, but some common menial tasks (such as getting data from an attribute) can still only be done via Reflection.
I suggest a small code library that uses source generators to make Attribute data available starting at compile time, with type safety.
Beta Was this translation helpful? Give feedback.
All reactions