What's Changed
Changed
- Fixed generated static access code overwriting the collection definition
- Pre 2.3.0 collections will now be assumed to want a namespace setting that is the same namespace as its item type
- When generating static/indirect access code using the new
.g.cs
suffix, existing static/indirect access code that uses the old.cs
suffix is now automatically removed to prevent compile errors - Added Generic SetValue for Collection Generator
- Feature/smoother migration to 2 3 0 by @RoyTheunissen in #168
- Added generic value support for generators by @brunomikoski in #169
Full Changelog: v2.3.9...v2.4.0