jasonmitchell / hallo

MIT License
16 stars 4 forks source link

Disable nullable reference types #74

Closed jasonmitchell closed 3 years ago

jasonmitchell commented 3 years ago

Nullable reference types have been enabled but the library itself has done very little to avoid nulls and simply makes types nullable. There is little value in having this option enabled and not doing anything to handle nulls differently.