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