Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [5.0.3-alpha8] - 2021-04-04 ### Fixed - Generate valid code in HasData method - Resolved issue with migrations have a missing unit arg to the Up method if no changes in model - Foreign Key constraints now created correctly - Fix indentation issue when table has constraints - #75 - Constraints now correctly generated - #72 - Generated Migrations will now always include the System namespace - #70 - Removed unneeded dependency - Link to NuGet badges in README.md - Fix indentation issue when table has constraints - #75 - Constraints now correctly generated - #72 - Generated Migrations will now always include the System namespace - #70 - Removed unneeded dependency - Link to NuGet badges in README.md ### Changed - Simplify scaffolded classes using `member val` ### Added - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding [Unreleased]: v5.0.3-alpha7...HEAD [5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7
- Loading branch information