blueprint41 icon indicating copy to clipboard operation
blueprint41 copied to clipboard

An Object Graph Mapper for CSharp to connect to Neo4j or Memgraph.

Results 8 blueprint41 issues
Sort by recently updated
recently updated
newest added

Please let us know how to put unique constraints for multiple properties. I can't see any option other than Add property in Data store to add uniqueness, which holds true...

Hi, I just tried to Blueprint41 to generate source code. I first installed the extension and generated a new project. Everything looks correct except that "Generate.tt" file is missing from...

Reaching out to the rockstars of Neo4j, for your wisdom, and expertise! - Is it possible to pass a transaction from one function to another, or one class to another?...

Can you please tell me the reason for the lack of an asynchronous API for writing and reading, or simply did not have time to implement it? p.s. only recently...

Some issues emerged due to backward compatibility with earlier Neo4j version. Issue: The dotnet "decimal" type is currently stored as a fixed-point "long" in Neo4j. Solution: Add a feature to...

I am planning to use your library and was checking your code. I am trying to use in web api environment , how do you make your transaction thread safe...

# Kind of issue - [ ] Regression - [x] Bug report - [ ] Feature request - [ ] Documentation issue or request # In which operating systems have...

I'm not sure what exactly the reproduction steps are; it looks like the Neo4j persistence manager blows up trying to read an empty collection (LINQ `First` instead of handling a...