maxtoroq / DbExtensions

Data-access framework with a strong focus on query composition, granularity and code aesthetics.
https://maxtoroq.github.io/DbExtensions/
Apache License 2.0
227 stars 41 forks source link

Compile with C# 8 to leverage nullable reference types annotations #69

Closed maxtoroq closed 5 years ago

maxtoroq commented 5 years ago

This will allow applications using C# 8+ to get warnings when an API on DbExtensions is annotated as nullable.

maxtoroq commented 5 years ago

Too intrusive for a minor release. Closing for now.