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

Fix issue https://github.com/dotnet/efcore/issues/21844 #21846

Merged
merged 2 commits into from
Aug 5, 2020

Conversation

mikewodarczyk
Copy link

EFCore now skips constructors generated with c#9 that contain parameters with no names.
The nameless constructor parameters were throwing null reference exceptions when
EFCore was trying to modify the strings to the various conventions for matching
properties like pascal-case, camel-case, m_, etc.

@dnfadmin
Copy link

dnfadmin commented Jul 29, 2020

CLA assistant check
All CLA requirements met.

@mikewodarczyk
Copy link
Author

All of the suggested changes are complete. I forced a revert and made the changes through a new check-in on the main branch. I have resolved-conversation on all of the changes to mark them as complete.

@smitpatel
Copy link
Contributor

@mikewodarczyk - There are still changes to add Records.Tests which needs to be removed.

@smitpatel smitpatel merged commit afd904c into dotnet:main Aug 5, 2020
@smitpatel
Copy link
Contributor

@mikewodarczyk - Thank you for the contribution.

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.

5 participants