xamarin-macios/tests/xtro-sharpie/macOS-NetworkExtension.ignore

18 строки
1.4 KiB
Plaintext

## Removed in .NET
!unknown-field! NEFilterProviderRemediationMapRemediationButtonTexts bound
!unknown-field! NEFilterProviderRemediationMapRemediationURLs bound
## Native code has NWPathStatus in NetworkExtension and nw_path_status_t in Network (with the same elements).
## NetworkExtension.NWPathStatus is the oldest, but NetworkExtension isn't present on all the platforms Network
## is, which means we can't use the same managed enum for both cases (the native enums aren't entirely identical
## either: one is pointer sized while the other is 32-bit always).
!duplicate-type-name! NWPathStatus enum exists as both NetworkExtension.NWPathStatus and Network.NWPathStatus
# enum got removed from mac Os in xcode 14
!extra-enum-value! Managed value 3 for NEOnDemandRuleInterfaceType.Cellular is available for the current platform while the value in the native header is not
# xcode 15
# error used to be ignored in common-NetworkExtension.ignore but tvOS platform support was added and since this error does not apply to tvOS, it had to be addressed on a per platform basis
!missing-release-attribute-on-return-value! NetworkExtension.NEAppRule[] NetworkExtension.NETunnelProviderManager::CopyAppRules()'s selector's ('copyAppRules') Objective-C method family ('copy') indicates that the native method returns a retained object, and as such a '[return: Release]' attribute is required.