EntityFrameworkCore.FSharp
5.0.3-alpha2
See the version list below for details.
dotnet add package EntityFrameworkCore.FSharp --version 5.0.3-alpha2
NuGet\Install-Package EntityFrameworkCore.FSharp -Version 5.0.3-alpha2
<PackageReference Include="EntityFrameworkCore.FSharp" Version="5.0.3-alpha2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add EntityFrameworkCore.FSharp --version 5.0.3-alpha2
#r "nuget: EntityFrameworkCore.FSharp, 5.0.3-alpha2"
// Install EntityFrameworkCore.FSharp as a Cake Addin #addin nuget:?package=EntityFrameworkCore.FSharp&version=5.0.3-alpha2&prerelease // Install EntityFrameworkCore.FSharp as a Cake Tool #tool nuget:?package=EntityFrameworkCore.FSharp&version=5.0.3-alpha2&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. |
-
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 (1)
Showing the top 1 popular GitHub repositories that depend on EntityFrameworkCore.FSharp:
Repository | Stars |
---|---|
linq2db/linq2db.EntityFrameworkCore
Bring power of Linq To DB to Entity Framework Core projects
|
Version | Downloads | Last updated |
---|---|---|
6.0.7 | 24,621 | 6/26/2022 |
6.0.6 | 4,776 | 1/16/2022 |
6.0.5 | 804 | 11/30/2021 |
6.0.4 | 1,379 | 11/29/2021 |
6.0.3 | 1,009 | 11/21/2021 |
6.0.2 | 680 | 11/13/2021 |
6.0.1 | 641 | 11/10/2021 |
6.0.0 | 605 | 11/9/2021 |
5.0.3 | 2,971 | 10/16/2021 |
5.0.3-beta006 | 1,509 | 8/17/2021 |
5.0.3-beta005 | 514 | 8/9/2021 |
5.0.3-beta004 | 714 | 6/16/2021 |
5.0.3-beta003 | 1,503 | 5/27/2021 |
5.0.3-beta002 | 575 | 5/12/2021 |
5.0.3-beta001 | 657 | 5/8/2021 |
5.0.3-alpha9 | 642 | 4/6/2021 |
5.0.3-alpha8 | 551 | 4/4/2021 |
5.0.3-alpha7 | 551 | 4/1/2021 |
5.0.3-alpha6 | 519 | 4/1/2021 |
5.0.3-alpha5 | 526 | 3/31/2021 |
5.0.3-alpha3 | 486 | 3/31/2021 |
5.0.3-alpha2 | 572 | 3/27/2021 |
5.0.3-alpha10 | 558 | 4/18/2021 |
5.0.3-alpha1 | 555 | 3/21/2021 |
## [5.0.3-alpha2] - 2021-03-27
[5.0.3-alpha2]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha2
### 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
### Fixed
- Removed unneeded dependency
- Link to NuGet badges in README.md