aspnet / JsonPatch

[Archived] JSON PATCH library. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
103 stars 48 forks source link

[Fixes #48] Regression: List add must support adding items where index is same as count of elements #55

Closed kichalla closed 7 years ago

kichalla commented 7 years ago

…x is same as count of elements

NOTE: this fix is for 1.1.1 branch

jbagga commented 7 years ago

Any reason why ListAdapterTests does not have coverage for any other methods except TryAdd or TryReplace? Are they covered in another set of tests?