IsComplexType throws a System.NullReferenceException.#225
Open
emperador-ming wants to merge 24 commits intodevelopfrom
Open
IsComplexType throws a System.NullReferenceException.#225emperador-ming wants to merge 24 commits intodevelopfrom
emperador-ming wants to merge 24 commits intodevelopfrom
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.
Collaborator
|
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. |
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#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?