aspnetcore/test/Microsoft.AspNetCore.JsonPa...
Jass Bagga 0f51c56c3f Combine ExpandoObjectAdapter and DictionaryAdapter (#106)
Use JsonDictionaryContract in the DictionaryAdapter and combine with ExpandoObjectAdapter
2017-09-05 16:07:25 -07:00
..
Dynamic Combine ExpandoObjectAdapter and DictionaryAdapter (#106) 2017-09-05 16:07:25 -07:00
IntegrationTests Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
DictionaryAdapterTest.cs Combine ExpandoObjectAdapter and DictionaryAdapter (#106) 2017-09-05 16:07:25 -07:00
DynamicObjectAdapterTest.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
DynamicTestObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
InheritedObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
JsonPatchDocumentJsonPropertyAttributeTest.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
JsonPatchDocumentTest.cs
JsonPropertyComplexNameObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
JsonPropertyObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
JsonPropertyWithAnotherNameObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
JsonPropertyWithInheritanceObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
ListAdapterTest.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
Microsoft.AspNetCore.JsonPatch.Test.csproj Use PackageLineup to manage versions (revert revert) 2017-08-18 16:31:06 -07:00
NestedObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
NestedObjectTests.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
ObjectAdapterTests.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
ObjectVisitorTest.cs Combine ExpandoObjectAdapter and DictionaryAdapter (#106) 2017-09-05 16:07:25 -07:00
OperationBaseTests.cs Refactor invalid operation exception handling (#87) 2017-06-21 12:35:31 -07:00
ParsedPathTests.cs Escaping support for JSON pointers 2016-11-07 22:11:22 -08:00
SimpleObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
SimpleObjectWithNestedObject.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
SimpleObjectWithNestedObjectWithNullCheck.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
SimpleObjectWithNullCheck.cs Support DynamicObject types (#99) 2017-08-24 15:11:01 -07:00
TestErrorLogger.cs