All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change return type of helper methods in
DbContextHelpers
fromobj
to'a
- Prevent ManyServiceProvidersCreatedWarning exception - #130
- Helper methods should allow composite keys - #131
- AlterColumn operations no longer create unnecessary migrations - #133
- AlterColumn operations no longer emit compiler warnings - #125
- AlterColumn operations are being created in what should be empty migrations. No effect on functionality but shouldn't be happening - associated issue - #126
- Fix compilation error in generated migrations - #123
- Support for Check Constraints in Migrations - #123
- Fix compilation error in generated migrations - #122
- Fix compilation errors in scaffolded Many-to-Many joins - #119
- Issue with generated records using Many-to-Many joins
- Support EF Core 6.0
- Many-to-Many relationships now scaffolded without joining table
- Temporal tables in SQL Server supported
- Fix formatting of Nullable parameters - @LiteracyFanatic - #106
- Translations for
isNull
to be evaluated in-database - #114 - Single case union support - @lucasteles - #98
- Query translation for Option types - @lucasteles - #93
- DbSet/IQueryable helpers to deal with EF Core async and nullable methods - @lucasteles - #94
- Automatic registration of DesignTimeServices - #86
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience [Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.7...HEAD [6.0.7]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.6...v6.0.7 [6.0.6]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.5...v6.0.6 [6.0.5]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.4...v6.0.5 [6.0.4]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.3...v6.0.4 [6.0.3]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.2...v6.0.3 [6.0.2]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.1...v6.0.2 [6.0.1]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3...v6.0.0