-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Addition of DeltaFunctionsSample * Fix Writing Delta Responses -only write properties in deltaset items that have been set -support writing additional properties for deleted entities -nested resource sets that aren't deltasets should be written w/o @delta -factored out ODataDeletedResourceSerializer -support writing delta payloads w/out knowing navigation source (i.e., when serializing results from a function) * Remove DeltaFunctions test project * Code Clean-up. Leverage more common functionality in ODataResourceSerializer. * Apply review feedback Change ODataDeletedResourceSerializer to derive from ODataResourceSerializer * Preserve setting of OmitODataPrefix * Support deleted resources in ODataResourceSerializer, rather than separate serializers Add tests for deleted resources * Add ConfigureAwait(false) and test to verify that WriteDeltaDeletedResourceAsync is called if overridden in a derived type. * Update package references in csproj file
- Loading branch information
Showing
21 changed files
with
3,172 additions
and
194 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.