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

Incorrect use of nullable enable in iOS HealthKit #18622

Closed
mattleibow opened this issue Aug 2, 2023 · 0 comments · Fixed by #18630
Closed

Incorrect use of nullable enable in iOS HealthKit #18622

mattleibow opened this issue Aug 2, 2023 · 0 comments · Fixed by #18630
Labels
enhancement The issue or pull request is an enhancement
Milestone

Comments

@mattleibow
Copy link
Contributor


Issue moved from dotnet/maui#16503


From @reinierkops on Wednesday, August 2, 2023 3:15:21 PM

Description

The delegate HKSampleQueryResultsHandler has nullable enabled, but the properties HKSample[] and NSError could be null, but are not marked as null.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

7.0.92

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS

Did you find any workaround?

Check the properties, and ignore the compiler warning :-)

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue or pull request is an enhancement
Projects
None yet
2 participants