neo4j / neo4j-dotnet-driver

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

General tidy up, and remove warnings #760

Closed RichardIrons-neo4j closed 9 months ago

RichardIrons-neo4j commented 9 months ago

Unused using statements have been removed.

Warnings have also been reduced to zero. In the cases where the code could be changed to remove the warning this was done; in other cases (for instance a unit test calling a deprecated member) the warning was suppressed at a limited scope.