EntityFrameworkCore.FSharp 5.0.3-alpha6

This is a prerelease version of EntityFrameworkCore.FSharp.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EntityFrameworkCore.FSharp --version 5.0.3-alpha6
                    
NuGet\Install-Package EntityFrameworkCore.FSharp -Version 5.0.3-alpha6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EntityFrameworkCore.FSharp" Version="5.0.3-alpha6">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EntityFrameworkCore.FSharp" Version="5.0.3-alpha6" />
                    
Directory.Packages.props
<PackageReference Include="EntityFrameworkCore.FSharp">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EntityFrameworkCore.FSharp --version 5.0.3-alpha6
                    
#r "nuget: EntityFrameworkCore.FSharp, 5.0.3-alpha6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EntityFrameworkCore.FSharp@5.0.3-alpha6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EntityFrameworkCore.FSharp&version=5.0.3-alpha6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EntityFrameworkCore.FSharp&version=5.0.3-alpha6&prerelease
                    
Install as a Cake Tool

Adds F# design-time support to EF Core

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on EntityFrameworkCore.FSharp:

Repository Stars
linq2db/linq2db
Linq to database provider.
linq2db/linq2db.EntityFrameworkCore
Bring power of Linq To DB to Entity Framework Core projects
Version Downloads Last Updated
6.0.7 36,573 6/26/2022
6.0.6 4,926 1/16/2022
6.0.5 937 11/30/2021
6.0.4 1,513 11/29/2021
6.0.3 1,172 11/21/2021
6.0.2 823 11/13/2021
6.0.1 814 11/10/2021
6.0.0 744 11/9/2021
5.0.3 3,140 10/16/2021
5.0.3-beta006 1,658 8/17/2021
5.0.3-beta005 665 8/9/2021
5.0.3-beta004 842 6/16/2021
5.0.3-beta003 1,629 5/27/2021
5.0.3-beta002 704 5/12/2021
5.0.3-beta001 812 5/8/2021
5.0.3-alpha9 797 4/6/2021
5.0.3-alpha8 716 4/4/2021
5.0.3-alpha7 683 4/1/2021
5.0.3-alpha6 652 4/1/2021
5.0.3-alpha5 690 3/31/2021
5.0.3-alpha3 633 3/31/2021
5.0.3-alpha2 712 3/27/2021
5.0.3-alpha10 700 4/18/2021
5.0.3-alpha1 702 3/21/2021

## [5.0.3-alpha6] - 2021-04-01

[5.0.3-alpha6]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha6

### Fixed
- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75

- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72
- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/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 - https://github.com/efcore/EFCore.FSharp/pull/70
- Removed unneeded dependency
- Link to NuGet badges in README.md
- 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
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha2...HEAD
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha3...HEAD
[5.0.3-alpha3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha3
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha2...HEAD
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha1...HEAD
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1
- Initial release
- F# migrations
- F# scaffolding
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha5...HEAD
[5.0.3-alpha5]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha5
[5.0.3-alpha3]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha3
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1