Releases: AlexJPotter/NavProps
v0.0.3-alpha
Bug fixes 🐛
Computed properties (get-only) which are of an entity type were being incorrectly identified as navigation properties. This release includes a change that filters out properties which do not have a get method.
Feedback 💬
Please raise an issue via GitHub if you come across any bugs or have suggestions for improvements.
v0.0.2-alpha
Refactoring 🔧
This release switches the internals to use the IIncrementalGenerator approach. This should not impact functionality, but please raise an issue if you notice any degradation in performance.
Bug fixes 🐛
Some users were experiencing the following problem, which should now be resolved:
dotnet/roslyn - Referencing a project that uses a Source Generator results in Source Generator running twice #59725
Feedback 💬
Please raise an issue via GitHub if you come across any bugs or have suggestions for improvements.
v0.0.1-alpha
🚀 First release!
This first release includes base functionality (as described in the README), but has only been tested on a limited number of projects. As such, this is only an alpha release.
Please feel free to give NavProps a try on your codebase, and let me know via GitHub Issues if you find bugs or have any feedback 😃