Humanizr / Humanizer

Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Other
8.53k stars 949 forks source link

Enable Nullable ref types #1437

Closed SimonCropp closed 4 months ago

hazzik commented 4 months ago

I think you need to approve the API difference.

I'm just wondering how did you determine where the types be nullable and where not?

SimonCropp commented 4 months ago

fixed the api

I'm just wondering how did you determine where the types be nullable and where not?

There are a few techniques

Then usually that is enough for the compiler to help you flow those nullables through the rest of the code