You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.