Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@monojenkins
Copy link
Contributor

@monojenkins monojenkins commented Aug 8, 2019

Fixes #16010

The current behavior for GetConstructorCandidates when the name is null, "",
or "*" is to return the set of constructors for the type. For "", .NET Core and
.NET Framework return 0 elements. This PR adds a check for "" to match that
behavior.

Backport of #16054.

/cc @marek-safar @steveisok

Steve Pfister added 4 commits August 8, 2019 09:19
mono#16010

The current behavior for GetConstructorCandidates when the name is null, "",
or "*" is to return the set of constructors for the type. For "", .NET Core and
.NET Framework return 0 elements.  This PR adds a check for "" to match that
behavior.
@steveisok
Copy link
Contributor

@monojenkins build OS X x64 Android SDK

@akoeplinger akoeplinger merged commit 63d9836 into mono:2019-06 Aug 9, 2019
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