-
Notifications
You must be signed in to change notification settings - Fork 34
Create metadata dictionary in version 6 #460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@marcuslindblom Looks like we didn't expose MetadataAsDictionary from index.ts in package. I'm reporting this as an issue.
|
Thanks! When using nodejs and typescript, should I add something similar to |
If you are creating new project you can use ClassTransformer which was introduced in v6.0. It is listed here:
Then we won't need nested fields types (to keep info that field is date). And you don't need Raven-Clr-Type as well. |
Fixed in #463 |
In an older project running ravendb 5.4 I import
MetadataDictionary
like this and use at like the example below.But when running ravendb 6 it does not exist, so how can I do this in the latest version?
The text was updated successfully, but these errors were encountered: