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
We’ve encountered an issue where the source generator does not generate code when a class with the same name exists in a different namespace.
Ideally, we would like the generated code to be placed in the same namespace as the original class, if possible. (For context, we are currently in the process of migrating from v2 to v3.)
Any advice or clarification on this would be greatly appreciated. Thank you!