This package provides a value converter, introduced in Entity Framework Core 2.1, to allow nullable database fields to be mapped to fields/properties defined as F# options, instead of either Nullable<T> or requiring explicit null checks.
Info
Version: | 1.0.0 |
Author(s): | danieljsummers |
Last Update: | Monday, July 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danieljsummers/FSharp.EFCore.OptionConverter |
NuGet Url: | https://www.nuget.org/packages/FSharp.EFCore.OptionConverter |
Install
Install-Package FSharp.EFCore.OptionConverter
dotnet add package FSharp.EFCore.OptionConverter
paket add FSharp.EFCore.OptionConverter
FSharp.EFCore.OptionConverter Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.5.0)
- Microsoft.EntityFrameworkCore(>= 2.1.1)
Tags