@@ -10,9 +10,6 @@ Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument
1010Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument.JsonPatchDocument() -> void
1111Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument<TModel>.JsonPatchDocument() -> void
1212Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchError
13- Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchProperty
14- Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchProperty.Property.get -> System.Text.Json.JsonProperty
15- Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchProperty.Property.set -> void
1613Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation
1714Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation.Operation() -> void
1815Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation.ShouldSerializevalue() -> bool
@@ -101,9 +98,6 @@ Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.OperationType.Test = 5
10198~Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchError.ErrorMessage.get -> string
10299~Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchError.JsonPatchError(object affectedObject, Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation operation, string errorMessage) -> void
103100~Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchError.Operation.get -> Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation
104- ~Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchProperty.JsonPatchProperty(System.Text.Json.JsonProperty property, object parent) -> void
105- ~Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchProperty.Parent.get -> object
106- ~Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchProperty.Parent.set -> void
107101~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation.Apply(object objectToApplyTo, Microsoft.AspNetCore.JsonPatch.SystemTextJson.Adapters.IObjectAdapter adapter) -> void
108102~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation.Operation(string op, string path, string from) -> void
109103~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation.Operation(string op, string path, string from, object value) -> void
0 commit comments