-
Notifications
You must be signed in to change notification settings - Fork 36
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
IsComplexType throws a System.NullReferenceException. #225
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit b31bee8.
This reverts commit b31bee8.
- Update Build badge on ReadMe.
…h_NonMatching_Foreign_Keys - Add one-to-one relationship so that test fails.
…tities does not throw exception when model has 1-1 relations with non-matching keys.
- Revert commit d2bb233 so that 1-1 with non-matching keys throws.
…duplicate property names.
Hi @emperador-ming. Thanks so much for your PR. Sorry for the delay ... didn't see it until now. Can you please do me a favor and paste your change here, or submit a new PR. This PR was not performed correctly, and I can't seem to find your commit(s). This PR is for merging develop into master, which is incorrect. The first step in creating a PR is to fork the repo, then create a new feature branch off develop. Make sure your changes, commit them, then push your branch. Then in GitHub you can create a PR from there. |
Thank you for the instructions, @tonysneed. I'll do it ASAP. Right now I'm involved in a time-pressured delivery and we've replaced URF strategy completely due to crashes. |
#224
TrackableEntities.EF6.DbContextExtensions.IsComplexType throws a System.NullReferenceException.
We're having this problem in production environment. Since TrackableEntities is a nuget dependency of Urf. Respository we cannot patch the bug. Should we download TrackableEntities library project, compile it and fix it for ourseleves?