Description
I'm not sure if this is a bug or expected behavior now, but I'm filing this issue to track whatever it is.
This happens on iOS, tvOS or Mac Catalyst (not macOS).
- The three
Supports* properties all return false now, they used to return true. The corresponding supported properties throw PlatformNotSupportedException (which I guess is understandable if they're not supported).
- Setting
ServerCertificateValidationCallback throws a PNSE. This used to work.
- CookieContainer returns null.
Regression?
Yes, it happened sometime between 6.0.100-preview.7.21330.1 and 6.0.100-rc.1.21369.3 (it's also a breaking change from legacy Xamarin).