upgrade to 4.5 and fix bug:self referencing loop#2
Open
skygreen2001 wants to merge 3 commits into
Open
Conversation
*.原Json.Net由4.5的3.5版本更新为6.0的4.5版本 *.解决bug:Self referencing loop
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.
I upgrade Ext.Direct to 4.5 because my main project is net 4.5 and use json.net 6 based net 4.5
and I use entity framework,It's always report error:self referencing loop,so I fixed it.
Now It's run well
我将Ext.Direct 的Target framework从.NET Framework 3.5 升级到 4.5,因为我的项目都是基于4.5的
我使用了Entity Framwork,调用的时候,总是会提示:self referencing loop,现在我解决了它,
现在整个世界都和谐了,呵呵