bitplatform
bitplatform copied to clipboard
Migrate Bit.SourceGenerators to Incremental Generators
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
Hello there! I'm a wiki 🤖.
Based on the content of this thread, I've found a potentially relevant wiki page for you!
I hope this helps!