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
Currently, GeneratorStubs.cs contains manual CodeGenType declarations, primarily for renaming or making certain types internal. Additionally, we use GeneratorStubs to modify the namespace of subclient models. Instead of maintaining these manually, we should explore using a CodeGen visitor/config to auto-generate them. This would simplify maintenance, reduce boilerplate, and ensure consistency as new types are added.