Skip to content

Commit 0a18aaf

Browse files
committed
Removed unused type
1 parent 6e12414 commit 0a18aaf

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

src/Features/JsonPatch.SystemTextJson/src/Helpers/JsonPatchProperty.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/Features/JsonPatch.SystemTextJson/src/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument
1010
Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument.JsonPatchDocument() -> void
1111
Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument<TModel>.JsonPatchDocument() -> void
1212
Microsoft.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
1613
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation
1714
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation.Operation() -> void
1815
Microsoft.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

Comments
 (0)