berrybeat / Neo4j.Berries.OGM

This repository adds an OGM functionality for csharp
https://berrybeat.com/
MIT License
16 stars 2 forks source link

the INodeConfiguraion should not be mandatory #7

Closed farhadnowzari closed 3 months ago

farhadnowzari commented 3 months ago

Describe the bug At the moment, if a service needs to create shadow nodes, it must specify INodeConfiguration, otherwise an exception will be thrown.

To Reproduce Create a node type and try putting it as a connection under a domain node. If there is config for the target node, an exception is thrown that the " is not presented in dictionary"

Expected behavior It is expected that if the config is not available use all properties for mapping.