/NodaTime-EFCore-Conversions

A reference for implementing type conversions between NodaTime and EntityFrameworkCore.

Primary LanguageC#MIT LicenseMIT

NodaTime + EntityFrameworkCore

Build status

What is this?

This repository contains a netstandard project which has example implementations of type conversions, introduced in EntityFrameworkCore 2.1.0, that allow EntityFramework to understand and convert NodaTime types to usable types in EntityFramework.

Is this a Nuget Library?

Yes, it is! After much whailing and gnashing of teeth this is now a nuget package on nuget.org!

What do I need to use these features?

You'll need to ensure your project is using the latest EntityFrameworkCore.