EntityFrameworkCore.FSharp
                             
                            
                                5.0.3-beta002
                            
                        
                    See the version list below for details.
dotnet add package EntityFrameworkCore.FSharp --version 5.0.3-beta002
NuGet\Install-Package EntityFrameworkCore.FSharp -Version 5.0.3-beta002
<PackageReference Include="EntityFrameworkCore.FSharp" Version="5.0.3-beta002"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="EntityFrameworkCore.FSharp" Version="5.0.3-beta002" />
<PackageReference Include="EntityFrameworkCore.FSharp"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add EntityFrameworkCore.FSharp --version 5.0.3-beta002
#r "nuget: EntityFrameworkCore.FSharp, 5.0.3-beta002"
#:package EntityFrameworkCore.FSharp@5.0.3-beta002
#addin nuget:?package=EntityFrameworkCore.FSharp&version=5.0.3-beta002&prerelease
#tool nuget:?package=EntityFrameworkCore.FSharp&version=5.0.3-beta002&prerelease
Adds F# design-time support to EF Core
| Product | Versions 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. | 
- 
                                                    net5.0- FSharp.Core (>= 5.0.0)
- Microsoft.EntityFrameworkCore.Design (>= 5.0.3)
 
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,270 | 6/26/2022 | 
| 6.0.6 | 4,923 | 1/16/2022 | 
| 6.0.5 | 931 | 11/30/2021 | 
| 6.0.4 | 1,510 | 11/29/2021 | 
| 6.0.3 | 1,168 | 11/21/2021 | 
| 6.0.2 | 818 | 11/13/2021 | 
| 6.0.1 | 810 | 11/10/2021 | 
| 6.0.0 | 741 | 11/9/2021 | 
| 5.0.3 | 3,137 | 10/16/2021 | 
| 5.0.3-beta006 | 1,653 | 8/17/2021 | 
| 5.0.3-beta005 | 660 | 8/9/2021 | 
| 5.0.3-beta004 | 839 | 6/16/2021 | 
| 5.0.3-beta003 | 1,626 | 5/27/2021 | 
| 5.0.3-beta002 | 701 | 5/12/2021 | 
| 5.0.3-beta001 | 808 | 5/8/2021 | 
| 5.0.3-alpha9 | 793 | 4/6/2021 | 
| 5.0.3-alpha8 | 712 | 4/4/2021 | 
| 5.0.3-alpha7 | 680 | 4/1/2021 | 
| 5.0.3-alpha6 | 649 | 4/1/2021 | 
| 5.0.3-alpha5 | 685 | 3/31/2021 | 
| 5.0.3-alpha3 | 630 | 3/31/2021 | 
| 5.0.3-alpha2 | 709 | 3/27/2021 | 
| 5.0.3-alpha10 | 697 | 4/18/2021 | 
| 5.0.3-alpha1 | 699 | 3/21/2021 | 
## [5.0.3-beta002] - 2021-05-12
[5.0.3-beta002]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-beta002
### Fixed
- Improved code generation for contexts scaffolded from an existing database - https://github.com/efcore/EFCore.FSharp/pull/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 - 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
- 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 - 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
### Added
- Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha10...HEAD
[5.0.3-alpha10]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha10
- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience
[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-beta001...HEAD
[5.0.3-beta001]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-beta001
[5.0.3-alpha10]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha10