xamarin-macios/tests/xtro-sharpie/watchOS-UIKit.ignore

35 строки
2.2 KiB
Plaintext

## lack of availabilty macros on NSItemProvder.PreferredPresentationStyle - intro says they are not available
## and that also means the (enum/returned) type is unused
!missing-enum! UIPreferredPresentationStyle not bound
## Apple renamed NSLineBreakMode from UILineBreakMode and we kept the old name
!unknown-native-enum! UILineBreakMode bound
## Apple renamed NSTextAlignment from NSTextAlignment and we kept the old name
!unknown-native-enum! UITextAlignment bound
## Ignore what the header files say, the NSItemProviderReading methods are not actually implemented on TV or Watch
!missing-protocol-conformance! UIColor should conform to NSItemProviderReading (defined in 'UINSItemProvider' category)
!missing-protocol-conformance! UIColor should conform to NSItemProviderWriting (defined in 'UINSItemProvider' category)
!missing-protocol-conformance! UIImage should conform to NSItemProviderReading (defined in 'NSItemProvider' category)
!missing-protocol-conformance! UIImage should conform to NSItemProviderWriting (defined in 'NSItemProvider' category)
## not supported as per introspection, rdar filled: 42851110
!missing-protocol-conformance! NSAttributedString should conform to NSItemProviderReading (defined in 'NSAttributedString_ItemProvider' category)
!missing-protocol-conformance! NSAttributedString should conform to NSItemProviderWriting (defined in 'NSAttributedString_ItemProvider' category)
# Xcode 11
## Not really useful to have them exposed
!missing-pinvoke! UIFontWeightForImageSymbolWeight is not bound
!missing-pinvoke! UIImageSymbolWeightForFontWeight is not bound
# Initial result from new rule extra-null-allowed
!extra-null-allowed! 'System.Void UIKit.UIBezierPath::set_CGPath(CoreGraphics.CGPath)' has a extraneous [NullAllowed] on parameter #0
# Initial result from new rule missing-null-allowed
!missing-null-allowed! 'Foundation.NSObject UIKit.UIFontDescriptor::GetObject(Foundation.NSString)' is missing an [NullAllowed] on return type
!missing-null-allowed! 'UIKit.UIFontDescriptor UIKit.UIFontDescriptor::CreateWithTraits(UIKit.UIFontDescriptorSymbolicTraits)' is missing an [NullAllowed] on return type
!unknown-field! UIUserNotificationActionResponseTypedTextKey bound