-
Notifications
You must be signed in to change notification settings - Fork 94
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
Emit nullable ref annotated code #130
Comments
One place where |
This would be nice to have as a consuming library that has nullable enabled. |
@JeremyKuhne, as nullable refs only apply for reference types, how often do you expect to be passing reference types into interop? Can you give a few examples of APIs that you use where a null ref is allowed and you'd like to see that expressed? |
@AArnott Not looking for this for the |
We ought to be able to do that. |
Considering migrating my app from |
Originally posted by @jnm2 in #129 (comment)
If we annotate at all, we need to be consistent so users can trust that a parameter is required when we don't annotate it. The metadata has many
[Optional]
annotations on its inputs to help with this, but I don't know how consistently it is applied.The text was updated successfully, but these errors were encountered: