neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
231 stars 69 forks source link

Throw on returning cursor #769

Closed RichardIrons-neo4j closed 8 months ago

RichardIrons-neo4j commented 8 months ago

With this PR, an exception is thrown if the user tries to return a cursor (or the cursor's enumerator) from a transaction. Doing so and then attempting to use the cursor will result in attempting to reference a disposed resource.