Skip to content

Releases: efcore/EFCore.FSharp

v5.0.3-beta005

09 Aug 17:52
52dc245

Choose a tag to compare

v5.0.3-beta005 Pre-release
Pre-release

5.0.3-beta005 - 2021-08-09

Fixed

  • Fix formatting of Nullable parameters - @LiteracyFanatic - #106

  • Handle nullablility correctly in snapshot generation - #107

  • Issues with scaffolded code

  • Improved code generation for contexts scaffolded from an existing database - #89

  • Correct issue with InsertData operations and 2D arrays

  • Generate valid code in HasData method

  • Fix issue with generated DbContext members in scaffolded code

  • 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

Added

  • 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

v5.0.3-beta004

16 Jun 19:10
cb69863

Choose a tag to compare

v5.0.3-beta004 Pre-release
Pre-release

5.0.3-beta004 - 2021-06-16

Added

Fixed

  • Issues with scaffolded code

  • Improved code generation for contexts scaffolded from an existing database - #89

  • Correct issue with InsertData operations and 2D arrays

  • Generate valid code in HasData method

  • Fix issue with generated DbContext members in scaffolded code

  • 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

  • Improved code generation for contexts scaffolded from an existing database - #89

  • Correct issue with InsertData operations and 2D arrays

  • Generate valid code in HasData method

  • Fix issue with generated DbContext members in scaffolded code

  • 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

  • Correct issue with InsertData operations and 2D arrays

  • Generate valid code in HasData method

  • Fix issue with generated DbContext members in scaffolded code

  • 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

v5.0.3-beta003

27 May 15:51
1281088

Choose a tag to compare

v5.0.3-beta003 Pre-release
Pre-release

5.0.3-beta003 - 2021-05-27

Added

  • 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

Fixed

  • Improved code generation for contexts scaffolded from an existing database - #89
  • Correct issue with InsertData operations and 2D arrays
  • Generate valid code in HasData method
  • Fix issue with generated DbContext members in scaffolded code
  • 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

v5.0.3-beta002

12 May 21:07
c65d403

Choose a tag to compare

v5.0.3-beta002 Pre-release
Pre-release

5.0.3-beta002 - 2021-05-12

Fixed

  • Improved code generation for contexts scaffolded from an existing database - #89

  • Correct issue with InsertData operations and 2D arrays

  • Generate valid code in HasData method

  • Fix issue with generated DbContext members in scaffolded code

  • 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

  • Correct issue with InsertData operations and 2D arrays

  • Generate valid code in HasData method

  • Fix issue with generated DbContext members in scaffolded code

  • 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

Added

v5.0.3-beta001

08 May 16:35
533bf40

Choose a tag to compare

v5.0.3-beta001 Pre-release
Pre-release

5.0.3-beta001 - 2021-05-08

Added

Fixed

  • Correct issue with InsertData operations and 2D arrays
  • Generate valid code in HasData method
  • Fix issue with generated DbContext members in scaffolded code
  • 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

v5.0.3-alpha10

18 Apr 16:29
d569459

Choose a tag to compare

v5.0.3-alpha10 Pre-release
Pre-release

5.0.3-alpha10 - 2021-04-18

Fixed

  • Correct issue with InsertData operations and 2D arrays
  • Generate valid code in HasData method
  • Fix issue with generated DbContext members in scaffolded code
  • 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

Added

  • DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience

v5.0.3-alpha9

06 Apr 19:36
b54ae71

Choose a tag to compare

v5.0.3-alpha9 Pre-release
Pre-release

5.0.3-alpha9 - 2021-04-06

Fixed

  • Fix issue with generated DbContext members in scaffolded code

  • 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

  • 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
  • Simplify scaffolded classes using member val

Added

v5.0.3-alpha8

04 Apr 13:25
16f8fbe

Choose a tag to compare

v5.0.3-alpha8 Pre-release
Pre-release

5.0.3-alpha8 - 2021-04-04

Fixed

  • Generate valid code in HasData method

Changed

  • Simplify scaffolded classes using member val

v5.0.3-alpha7

01 Apr 15:39
10b055a

Choose a tag to compare

v5.0.3-alpha7 Pre-release
Pre-release

5.0.3-alpha7 - 2021-04-01

Changed

  • Simplify scaffolded classes using member val

Fixed

  • 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

Added

  • DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
  • Initial release
  • F# migrations
  • F# scaffolding

v5.0.3-alpha6

01 Apr 11:15
d39f398

Choose a tag to compare

v5.0.3-alpha6 Pre-release
Pre-release

5.0.3-alpha6 - 2021-04-01

Fixed

  • 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

  • Removed unneeded dependency

  • Link to NuGet badges in README.md

  • Generated Migrations will now always include the System namespace - #70

  • Removed unneeded dependency

  • Link to NuGet badges in README.md

  • Removed unneeded dependency

  • Link to NuGet badges in README.md

Added