Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 829 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 829 Bytes

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.