During the great breaking change API scrub, one API was missed in foundation.cs.
We have a sub-optimal API in initWithURL:options:documentAttributes:error due to issues in iOS 9, which we aren't supporting anymore.
I started a patch to fix this:
https://gist.github.com/e5bf4dae26f2accdaf4b6a9de76ed206
but ran into time box issues and it started getting complicated in a mechanical PR. I decided to punt it for now, thus this issue.