serdedotnet / serde

Serde.NET is a C# port of the popular Serde serialization library for Rust
https://serdedotnet.github.io/
BSD 3-Clause "New" or "Revised" License
154 stars 6 forks source link

Move to incremental generators #113

Closed agocke closed 1 year ago

agocke commented 1 year ago

Moves from ISourceGenerator to IIncrementalGenerator. No significant changes are expected, except that IDE performance should be better in large-scale solutions.