Skip to content

Conversation

@spouliot
Copy link
Contributor

@spouliot spouliot commented Jan 8, 2017

PR 1435 did not fix bug #50891. The default (native) implementation till
get called and abort the process. The right way to solve this is to
override the members (easier now that it's not internal anymore) and
return false (or null) so the caller (the OS) knows it's not
supported (that's fine)

references:

…50891 (dotnet#1451)

PR 1435 did not fix bug #50891. The default (native) implementation till
get called and abort the process. The right way to solve this is to
override the members (easier now that it's not internal anymore) and
return `false` (or `null`) so the caller (the OS) knows it's not
supported (that's fine)

references:
* https://bugzilla.xamarin.com/show_bug.cgi?id=50891
* dotnet#1435
@monojenkins
Copy link
Collaborator

Build success

@spouliot spouliot merged commit 77a9250 into dotnet:master Jan 8, 2017
@spouliot spouliot deleted the bug50891 branch June 29, 2017 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants