Hangfire
Hangfire copied to clipboard
Why isn't `Nullable` turned on?
trafficstars
I notice Nullability isn't enabled in this project... why is this?
This can cause errors that only show up in runtime like this: https://sharplab.io/#gist:20abc990132e29699b16e039d84b45f2
Where a possible null reference argument warning appears if the RecurringJobOptions was within a nullable context, but doesn't otherwise. This creates bugs that only show up during runtime.
Actually no reason, just wasn't implemented yet.