tomasfabian / ksqlDB.RestApi.Client-DotNet

ksqlDb.RestApi.Client is a C# LINQ-enabled client API for issuing and consuming ksqlDB push and pull queries and executing statements.
MIT License
93 stars 24 forks source link

Enable nullable reference type checks in the project #64

Closed tomasfabian closed 3 months ago

tomasfabian commented 3 months ago

Enabling nullable reference types in ksqlDb.RestApi.Client project can lead to safer, more maintainable, and higher quality code, while also aligning with modern best practices and the direction of the C# language.