Skip to content

Migrate Bit.SourceGenerators to Incremental Generators #11302

@Kyemate

Description

@Kyemate

The BitPlatform codebase currently relies on legacy ISourceGenerator implementations, which regenerate all proxies on every compilation. This causes slower builds and degraded IDE performance.

By migrating to the Incremental Generator API, only affected code is reprocessed, improving efficiency and aligning with modern Roslyn best practices.

Expected Benefits:

  • Faster build times
  • Improved IDE responsiveness
  • Reduced redundant work through caching
  • Future-proof generator design

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions