RavenDB-NodaTime icon indicating copy to clipboard operation
RavenDB-NodaTime copied to clipboard

Noda Time support for RavenDB

Results 2 RavenDB-NodaTime issues
Sort by recently updated
recently updated
newest added

Raven DB doesn't currently easily support complex types as metadata. Using the Noda types in metadata can currently be done using DynamicJsonValue and duplicating some of your internal logic. A...

This pull request focuses on modernizing and simplifying the codebase, primarily through code style improvements, C# language feature adoption, and minor dependency updates. The changes include converting namespaces to file-scoped...