neo4j / neo4j-dotnet-driver

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

Change DictAsRecord to have non-surprising case sensitivity; increase… #782

Closed RichardIrons-neo4j closed 4 months ago

RichardIrons-neo4j commented 4 months ago

Change DictAsRecord to have normal case sensitivity since users may now encounter an instance of the class.

Test coverage for all methods.

thelonelyvulpes commented 4 months ago

good spot.