VS2010 build fixes project files#1
Merged
16 commits merged intoFeb 22, 2011
Merged
Conversation
…rk projects to ServiceStack.Contrib. Upgraded to VS 2010
…less dependencies. Pulled Common.Extensions into Common to fix the last remaining bad design decision
…here there used by Redis
…ojects to support the new refactor
…guration. Anything Web Project using ServiceStack.OrmLite.Sqlite (and its unmanaged 32bit sqlite.dll) will need to do this
Kanarej
added a commit
to Kanarej/ServiceStack
that referenced
this pull request
Aug 20, 2014
In the case of the dynamic grid with input controls I had array of items with names for example ArticleItems[0].Description, ArticleItems[1].Description. When I removed item 0 in the model, the element ServiceStack#1 became #0. but ModelState still contained both items 0 and 1, where item 0 is actually removed. So, this code took value of ArticleItems[0].Description from ModelState and ignored value from the model. As a result the item 1 was displayed with value of the removed item 0. Anyway, I think the value from the model should have precedence over the old value in ModelState.
mythz
pushed a commit
that referenced
this pull request
Feb 27, 2016
This pull request was closed.
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 split the VS2010 project files into a separate commit so you can rename the existing ones first.