@@ -9,8 +9,6 @@ Microsoft.AspNetCore.JsonPatch.SystemTextJson.Converters.JsonPatchDocumentConver
99Microsoft.AspNetCore.JsonPatch.SystemTextJson.Converters.JsonPatchDocumentConverter.JsonPatchDocumentConverter() -> void
1010Microsoft.AspNetCore.JsonPatch.SystemTextJson.Exceptions.JsonPatchException
1111Microsoft.AspNetCore.JsonPatch.SystemTextJson.Exceptions.JsonPatchException.JsonPatchException() -> void
12- Microsoft.AspNetCore.JsonPatch.SystemTextJson.Helpers.GetValueResult
13- Microsoft.AspNetCore.JsonPatch.SystemTextJson.Helpers.GetValueResult.HasError.get -> bool
1412Microsoft.AspNetCore.JsonPatch.SystemTextJson.IJsonPatchDocument
1513Microsoft.AspNetCore.JsonPatch.SystemTextJson.Internal.ConversionResult
1614Microsoft.AspNetCore.JsonPatch.SystemTextJson.Internal.ConversionResult.CanBeConverted.get -> bool
@@ -88,8 +86,6 @@ Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.OperationType.Test = 5
8886~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Exceptions.JsonPatchException.JsonPatchException(Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchError jsonPatchError) -> void
8987~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Exceptions.JsonPatchException.JsonPatchException(Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchError jsonPatchError, System.Exception innerException) -> void
9088~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Exceptions.JsonPatchException.JsonPatchException(string message, System.Exception innerException) -> void
91- ~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Helpers.GetValueResult.GetValueResult(object propertyValue, bool hasError) -> void
92- ~Microsoft.AspNetCore.JsonPatch.SystemTextJson.Helpers.GetValueResult.PropertyValue.get -> object
9389~Microsoft.AspNetCore.JsonPatch.SystemTextJson.IJsonPatchDocument.GetOperations() -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation>
9490~Microsoft.AspNetCore.JsonPatch.SystemTextJson.IJsonPatchDocument.SerializerOptions.get -> System.Text.Json.JsonSerializerOptions
9591~Microsoft.AspNetCore.JsonPatch.SystemTextJson.IJsonPatchDocument.SerializerOptions.set -> void
0 commit comments