aspnetcore/test/Microsoft.AspNetCore.JsonPa...
David 0b76599c31 Improve conformance of replace operations to spec
This ensures that JSON patch "replace" operations are functionally
equivalent to "remove" operations followed by "add" operations at the
same path, as RFC 6902 specifies.

Addresses #110
2018-10-12 19:27:38 -07:00
..
Adapters Initial commit providing the AdapterFactory directly to the ObjectAdapter to all for customization of the Adapter selection and the ability to override the built in adapters to leverage their ability as much as possible. 2018-05-11 17:44:47 -07:00
IntegrationTests
Internal Improve conformance of replace operations to spec 2018-10-12 19:27:38 -07:00
TestObjectModels
CustomNamingStrategyTests.cs
JsonPatchDocumentGetPathTest.cs
JsonPatchDocumentJsonPropertyAttributeTest.cs
JsonPatchDocumentTest.cs
Microsoft.AspNetCore.JsonPatch.Test.csproj
OperationBaseTests.cs
TestErrorLogger.cs
WriteOnceDynamicTestObject.cs Improve conformance of replace operations to spec 2018-10-12 19:27:38 -07:00