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

Array of nullable items are now automatically detected #1299

Merged
merged 10 commits into from
Feb 4, 2021

Conversation

jeremyVignelles
Copy link
Contributor

There is no need to use [ItemsCanBeNull] in an NRT context.
Fixes RicoSuter/Namotion.Reflection#36

There is no need to use [ItemsCanBeNull] in an NRT context.
Fixes RicoSuter/Namotion.Reflection#36
@jeremyVignelles
Copy link
Contributor Author

Not sure why the CI failed, works on my machine...

@RicoSuter
Copy link
Owner

I have the feeling it's because we are using 2.2 SDK and maybe this stuff produces different/better/correct NRT attributes with 5.0 SDK

@RicoSuter RicoSuter merged commit 61d597b into RicoSuter:master Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C# 8 nullable inside array not taken into account
2 participants