Hangfire icon indicating copy to clipboard operation
Hangfire copied to clipboard

Why isn't `Nullable` turned on?

Open BenjaminMichaelis opened this issue 1 year ago • 1 comments
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.

BenjaminMichaelis avatar Feb 08 '24 05:02 BenjaminMichaelis

Actually no reason, just wasn't implemented yet.

odinserj avatar Feb 08 '24 11:02 odinserj