-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Ignored Property causes StackOverflowException #4049
Comments
Which version of EF are you using? |
I am using EF7 RC1 final, .Net Framework 4.6 in VS2015 as well. |
It does not help if I ignore |
@mjeanrichard - for nightly build, add appropriate feed from http://myget.org/gallery/aspnetcidev |
With the current code base everything works as expected. Thanks for your help! |
The following Code causes a StackOverflow (after quite some time...):
If I remove the XmlDocument Property then everything works as expected.
The text was updated successfully, but these errors were encountered: