Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why isn't Nullable turned on? #2362

Open
BenjaminMichaelis opened this issue Feb 8, 2024 · 1 comment
Open

Why isn't Nullable turned on? #2362

BenjaminMichaelis opened this issue Feb 8, 2024 · 1 comment

Comments

@BenjaminMichaelis
Copy link

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.

@odinserj
Copy link
Member

odinserj commented Feb 8, 2024

Actually no reason, just wasn't implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants