circles-arrows / blueprint41

An Object Graph Mapper for CSharp to connect to Neo4j or Memgraph.
http://www.blueprint41.com/
MIT License
31 stars 8 forks source link

8 cannot create properties on relationships #34

Closed circles-arrows closed 7 months ago

circles-arrows commented 7 months ago

Added support for properties on relationships

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

90 New issues
0 Security Hotspots
No data about Coverage
0.6% Duplication on New Code

See analysis details on SonarCloud

RobHudson72 commented 7 months ago

Thank you so much! This is huge!

Question... I understand documentation is likely to lag... Any general direction on how to implement?

circles-arrows commented 7 months ago

You are right, documentation is not done yet...

But it might be helpful if you load the "Blueprint41.sln" solution and look at the "Blueprint41.UnitTest" project for some sample code:

Hope that helps for now!