forked from dotnet/macios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon-HomeKit.ignore
More file actions
15 lines (12 loc) · 1.1 KB
/
Copy pathcommon-HomeKit.ignore
File metadata and controls
15 lines (12 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## unrecognized selector - rdar 33883958: https://trello.com/c/TIlzWzrL
!missing-selector! HMMutablePresenceEvent::setPresenceEventType: not bound
!missing-selector! HMMutablePresenceEvent::setPresenceUserType: not bound
# Xcode headers and Web docs agree that these values should not be nullable
!missing-null-allowed! 'HomeKit.HMService HomeKit.HMCharacteristic::get_Service()' is missing an [NullAllowed] on return type
!missing-null-allowed! 'HomeKit.HMAccessory HomeKit.HMService::get_Accessory()' is missing an [NullAllowed] on return type
!missing-null-allowed! 'HomeKit.HMRoom HomeKit.HMAccessory::get_Room()' is missing an [NullAllowed] on return type
# Xcode headers say nullable but web docs do not. After testing, this parameter cannot be null.
!missing-null-allowed! 'System.Void HomeKit.HMCharacteristic::WriteValue(Foundation.NSObject,System.Action`1<Foundation.NSError>)' is missing an [NullAllowed] on parameter #0
# CHIP is not bound yet and will be only when is stable
!missing-selector! HMAccessorySetupRequest::matterPayload not bound
!missing-selector! HMAccessorySetupRequest::setMatterPayload: not bound