jonwagner / Insight.Database

Fast, lightweight .NET micro-ORM
Other
861 stars 145 forks source link

Enable nullable reference types and update public api's as appropriate #518

Open lawrencek76 opened 4 months ago

lawrencek76 commented 4 months ago

Public api's at a minimum should report the correct nullability of returned reference types and parameters.

Benefits of adding nullability include:

jonwagner commented 4 months ago

Oh good you self-assigned this. It's a great time to add that but I don't know if I can find the time. :)