bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Migrate Bit.SourceGenerators to Incremental Generators

Open Kyemate opened this issue 4 months ago • 1 comments

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

Kyemate avatar Aug 26 '25 19:08 Kyemate

Hello there! I'm a wiki 🤖.

Based on the content of this thread, I've found a potentially relevant wiki page for you!

View Wiki Page

I hope this helps!

github-actions[bot] avatar Aug 26 '25 19:08 github-actions[bot]