You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very common for source generators to expand on existing classes. In this case, the class definition must be marked as partial, but it would be cool if there was an easy pattern so an author could do something akin to:
🆙 Improvement proposal
Make it possible to specify classes as partial.
Context
It is very common for source generators to expand on existing classes. In this case, the class definition must be marked as partial, but it would be cool if there was an easy pattern so an author could do something akin to:
The text was updated successfully, but these errors were encountered: