### 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: https://github.com/dotnet/macios/blob/1007c22995906986d9edf6c28bd947b08f0fddc4/src/CoreBluetooth/GuidWrapper.cs#L51 ### 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_