ryanheath / RavenDB-NodaTime

Noda Time support for RavenDB
Other
20 stars 14 forks source link

Update to RavenDB 5.0 #27

Closed wagich closed 4 years ago

wagich commented 4 years ago

RavenDB 5.0 changed how JSON serialization is configured, this PR adapts ConfigureForNodaTime to use the new configuration mechanism and updates the RavenDB package to 5.0.0.

It also provides an adapter from IJsonWriter to JsonTextWriter for use in testing.

ryanheath commented 4 years ago

Can you change the PR to target the branch feature/upgrade-v50 ?

ryanheath commented 4 years ago

Thanks for this PR! I'll update the nugets shortly.

wagich commented 4 years ago

Thank you for updating so quickly :)