berrybeat / Neo4j.Berries.OGM

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

The config should be built manually too, beside the assemblies #28

Closed berrybeat closed 2 months ago

berrybeat commented 2 months ago

Is your feature request related to a problem? Please describe. Currently, the AddNeo4j method accepts a list of assemblies to search for INodeConfiguration implementations and compute their configs and store them in the Neo4jSingletonContext. This method should be optional and it should be possible to pass the configurations manually.