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
{{ message }}
This repository was archived by the owner on Dec 12, 2020. It is now read-only.
Your example shows how to add an additional class. I want to augment my actors project (https://github.com/BrannonKing/Kts.Actors) so that I can perform the actor insertion based on an attribute. To do that, I have to add a class field, rename and privatize the method the code generation attribute was on, and make a new method to call, among other things. By returning a list of generated code, how can I modify existing code? Or what exactly is represented by the GenerateAsync method's return value?