-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The type.gettypeconStructors method gets seven constructors in .Net Core #140
Comments
Would you mind submitting a fix and test for this via PR. Thanks for reporting this. |
we want this Void. Ctor (System.Func '1[consoleapp5.person]) constructor ,Sort the constructor
|
I'm not sure without digging in, what happens if you try and do this with the Microsoft di? I'd think one would prefer the boolean parameter instead of the safety mode, but how would either of those get injected? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use .net core 3.1 and .net 5 RC2
but The type.gettypeconStructors method gets six constructors in Framework 4.5
Causes the Resolve lazy object to be initialized
The text was updated successfully, but these errors were encountered: