Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@IGood IGood released this 06 Feb 18:06
· 1 commit to main since this release

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.