berrybeat / Neo4j.Berries.OGM

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

Add new config for enforcing Identifier validation #27

Closed berrybeat closed 2 months ago

berrybeat commented 2 months ago

Is your feature request related to a problem? Please describe. At the moment, the MERGE ignores an empty list of identifiers and this may lead to duplication.

Describe the solution you'd like In Neo4jSingletonContext a new option is needed to enforce the identifiers, so it will be up to the developer to have identifiers or not. This change, will affect the DependencyInjection method.