Skip to content

Remove GeneratorStubs and use CodeGen config/visitor to generate types #550

@ShivangiReja

Description

@ShivangiReja

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions