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

9 строки
702 B
Plaintext

## 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
# value got removed in xcode14
!extra-enum-value! Managed value 1 for NEOnDemandRuleInterfaceType.Ethernet is available for the current platform while the value in the native header is not