forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
RI from csm-master into csm-anudeeb #63
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
Merged
Merged
Conversation
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
Azure Backup One SDK
HDInsight ARM SDK update - GetConfigurations extension
reverting unintentional changes to tests csproj
Site Recovery MAML changes
…it tests NOTE: I am not incrementing the NuGet package version because there is another PR coming very soon and there's no point in shipping a new SDK version that will only live for one day. Apparently deserialization of DateTime in Search results has been broken since the Search SDK first shipped (DateTimeOffset deserialization works fine). The root cause is the "double deserialization" we need to do in order to "unflatten" the search response JSON. First we deserialize to JObject and capture the OData annotations (for things like @search.highlight, @search.score, etc.). This results in the DateTime fields being deserialized into DateTimeOffsets. Next, we deserialize again into the user's model class, which was resulting in an InvalidCastException because JSON.NET can't cast DateTimeOffset to DateTime. The fix is to add some read logic to DateTimeConverter (and a lot of new test coverage). I also took the opportunity to fix some unit tests that weren't running correctly in other time zones. This bug was reported back in June: Azure#1202
…ey from 'odata.nextLink' to 'nextLink'
Fix nextLink json value for ARM APIs. This will change the nextLink k…
Search SDK: Fixing DateTime deserialization and time zone-specific un…
FI from csm-master into release
Fixing Bug 4265568. Signed off by SwatiM.
FI from csm-master into release
RI from upstream/master into origin/release
RI from release into csm-master
dragonfly91
pushed a commit
that referenced
this pull request
Aug 21, 2015
RI from csm-master into csm-anudeeb
dragonfly91
pushed a commit
that referenced
this pull request
Oct 6, 2015
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.
RI from csm-master into csm-anudeeb