Skip to content
Matt Johnson edited this page Aug 4, 2013 · 5 revisions

Noda Time support for RavenDB

This is a custom extension for RavenDB.

It allows you to use data types from Noda Time, such as Instant, LocalDateTime, and others. Specifically, it enables you to use these types directly in your domain entities, which get serialized into RavenDB documents.

The current release requires RavenDB version 2.5.2666 or higher. However, if you are sorting on LocalTime, Offset, or Duration types, then you need to use RavenDB 2.5.2670 or higher, due to an issue that was resolved in that build.

Please review the detailed documentation, as linked on the right-hand sidebar of this wiki.

Clone this wiki locally