xamarin-macios/tests/xtro-sharpie/common-MediaPlayer.ignore

50 строки
3.0 KiB
Plaintext

## the API are present but from calling the underlying collections
## the selectors are newer but they were already bound that way
!missing-selector! MPMediaItem::albumArtist not bound
!missing-selector! MPMediaItem::albumArtistPersistentID not bound
!missing-selector! MPMediaItem::albumPersistentID not bound
!missing-selector! MPMediaItem::albumTitle not bound
!missing-selector! MPMediaItem::albumTrackCount not bound
!missing-selector! MPMediaItem::albumTrackNumber not bound
!missing-selector! MPMediaItem::artist not bound
!missing-selector! MPMediaItem::artistPersistentID not bound
!missing-selector! MPMediaItem::artwork not bound
!missing-selector! MPMediaItem::assetURL not bound
!missing-selector! MPMediaItem::beatsPerMinute not bound
!missing-selector! MPMediaItem::bookmarkTime not bound
!missing-selector! MPMediaItem::comments not bound
!missing-selector! MPMediaItem::composer not bound
!missing-selector! MPMediaItem::composerPersistentID not bound
!missing-selector! MPMediaItem::dateAdded not bound
!missing-selector! MPMediaItem::discCount not bound
!missing-selector! MPMediaItem::discNumber not bound
!missing-selector! MPMediaItem::genre not bound
!missing-selector! MPMediaItem::genrePersistentID not bound
!missing-selector! MPMediaItem::hasProtectedAsset not bound
!missing-selector! MPMediaItem::isCloudItem not bound
!missing-selector! MPMediaItem::isCompilation not bound
!missing-selector! MPMediaItem::isExplicitItem not bound
!missing-selector! MPMediaItem::lastPlayedDate not bound
!missing-selector! MPMediaItem::lyrics not bound
!missing-selector! MPMediaItem::mediaType not bound
!missing-selector! MPMediaItem::persistentID not bound
!missing-selector! MPMediaItem::playbackDuration not bound
!missing-selector! MPMediaItem::playbackStoreID not bound
!missing-selector! MPMediaItem::playCount not bound
!missing-selector! MPMediaItem::podcastPersistentID not bound
!missing-selector! MPMediaItem::podcastTitle not bound
!missing-selector! MPMediaItem::rating not bound
!missing-selector! MPMediaItem::releaseDate not bound
!missing-selector! MPMediaItem::skipCount not bound
!missing-selector! MPMediaItem::title not bound
!missing-selector! MPMediaItem::userGrouping not bound
# Initial result from new rule extra-null-allowed
!extra-null-allowed! 'System.Void MediaPlayer.MPRemoteCommand::RemoveTarget(Foundation.NSObject,ObjCRuntime.Selector)' has a extraneous [NullAllowed] on parameter #0
# Initial result from new rule missing-null-allowed
!missing-null-allowed! 'MediaPlayer.MPNowPlayingInfoLanguageOption MediaPlayer.AVMediaSelectionOption_MPNowPlayingInfoLanguageOptionAdditions::CreateNowPlayingInfoLanguageOption(AVFoundation.AVMediaSelectionOption)' is missing an [NullAllowed] on return type
!missing-null-allowed! 'System.Void MediaPlayer.MPRemoteCommand::RemoveTarget(Foundation.NSObject)' is missing an [NullAllowed] on parameter #0
!missing-null-allowed! 'System.Void MediaPlayer.MPRemoteCommand::RemoveTarget(Foundation.NSObject,ObjCRuntime.Selector)' is missing an [NullAllowed] on parameter #1