Skip to content
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

Bug: ContainingType parameter isn't passed along instead null is used #3802

Closed
StefanOssendorf opened this issue Apr 16, 2024 · 0 comments · Fixed by #3891
Closed

Bug: ContainingType parameter isn't passed along instead null is used #3802

StefanOssendorf opened this issue Apr 16, 2024 · 0 comments · Fixed by #3891

Comments

@StefanOssendorf
Copy link
Contributor

public PropertyInfo(string name, string friendlyName, Type containingType, RelationshipTypes relationship)
: this(name, friendlyName, null, DataBindingFriendlyDefault(), relationship)

This looks like a bug to me. The third parameter null in this() is actually Type containingType. But why isn't the parameter passed along but instead null used?
Is this a bug or intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

3 participants