ADCCure.ODataDelta
1.0.0
Install-Package ADCCure.ODataDelta -Version 1.0.0
dotnet add package ADCCure.ODataDelta --version 1.0.0
<PackageReference Include="ADCCure.ODataDelta" Version="1.0.0" />
paket add ADCCure.ODataDelta --version 1.0.0
#r "nuget: ADCCure.ODataDelta, 1.0.0"
// Install ADCCure.ODataDelta as a Cake Addin
#addin nuget:?package=ADCCure.ODataDelta&version=1.0.0
// Install ADCCure.ODataDelta as a Cake Tool
#tool nuget:?package=ADCCure.ODataDelta&version=1.0.0
Works around an issue where the Microsoft OData stack, fails to Patch Entity Types, as this is not part of the specs to be implemented.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
-
.NETCoreApp 2.1
- Microsoft.AspNetCore.OData (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2,273 | 12/11/2018 |
Supports Odata 7.01 and higher on .NET Core 2.0 and higher.
This Delta alternative, can be set on your ODataController.
However, for advanced usage, where the OData Deserializer works as should using references, and meta information, the NewtonSoft deserializer is used, so metadata is ignored yet.
Feel free to fix this, and contribute, as this is open source.