We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iOS
net9.0-*
all
CBCentralManager.ScanForPeripherals: peripheralUuids is not nullable.
But according to the apple doc, it can be null: https://developer.apple.com/documentation/corebluetooth/cbcentralmanager/scanforperipherals(withservices:options:)
.NET source:
macios/src/CoreBluetooth/GuidWrapper.cs
Line 51 in 1007c22
It is an API definition, there is nothing to repro.
yes, use "null!".
No response
The text was updated successfully, but these errors were encountered:
[CoreBluetooth] Fix nullability in a few CBCentralManager.ScanForPeri…
5f12b5c
…pherals overloads. Fixes #22610. Also improve documentation a little bit. Fixes #22610.
Confirmed; fix is in progress.
Sorry, something went wrong.
69923e8
Successfully merging a pull request may close this issue.
Apple platform
iOS
Framework version
net9.0-*
Affected platform version
all
Description
CBCentralManager.ScanForPeripherals: peripheralUuids is not nullable.
But according to the apple doc, it can be null:
https://developer.apple.com/documentation/corebluetooth/cbcentralmanager/scanforperipherals(withservices:options:)
.NET source:
macios/src/CoreBluetooth/GuidWrapper.cs
Line 51 in 1007c22
Steps to Reproduce
It is an API definition, there is nothing to repro.
Did you find any workaround?
yes, use "null!".
Relevant log output
No response
The text was updated successfully, but these errors were encountered: