Updated implementations to use IIncrementalGenerator
.
This should be an overall performance improvement.
No functionality has changed.
A few other changes were made for optimizations & code maintenance.
Starting with this version, Visual Studio versions lower than VS2022 are no longer supported because the source generators have been reimplemented as IIncrementalGenerator
instead of ISourceGenerator
.
Version 1.* of this package should be used with VS2019.