Set 2.1 baselines

This commit is contained in:
Ryan Brandenburg 2018-06-14 10:28:12 -07:00
parent 9657ed60e8
commit b59f5dd8d4
1 changed files with 230 additions and 85 deletions

View File

@ -1,6 +1,73 @@
{ {
"AssemblyIdentity": "Microsoft.AspNetCore.JsonPatch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", "AssemblyIdentity": "Microsoft.AspNetCore.JsonPatch, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [ "Types": [
{
"Name": "Microsoft.AspNetCore.JsonPatch.JsonPatchProperty",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_Property",
"Parameters": [],
"ReturnType": "Newtonsoft.Json.Serialization.JsonProperty",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_Property",
"Parameters": [
{
"Name": "value",
"Type": "Newtonsoft.Json.Serialization.JsonProperty"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Parent",
"Parameters": [],
"ReturnType": "System.Object",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_Parent",
"Parameters": [
{
"Name": "value",
"Type": "System.Object"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "property",
"Type": "Newtonsoft.Json.Serialization.JsonProperty"
},
{
"Name": "parent",
"Type": "System.Object"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{ {
"Name": "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument", "Name": "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument",
"Visibility": "Public", "Visibility": "Public",
@ -127,6 +194,23 @@
"Visibility": "Public", "Visibility": "Public",
"GenericParameter": [] "GenericParameter": []
}, },
{
"Kind": "Method",
"Name": "Test",
"Parameters": [
{
"Name": "path",
"Type": "System.String"
},
{
"Name": "value",
"Type": "System.Object"
}
],
"ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
"Visibility": "Public",
"GenericParameter": []
},
{ {
"Kind": "Method", "Kind": "Method",
"Name": "Move", "Name": "Move",
@ -484,6 +568,79 @@
} }
] ]
}, },
{
"Kind": "Method",
"Name": "Test<T0>",
"Parameters": [
{
"Name": "path",
"Type": "System.Linq.Expressions.Expression<System.Func<T0, T0>>"
},
{
"Name": "value",
"Type": "T0"
}
],
"ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<T0>",
"Visibility": "Public",
"GenericParameter": [
{
"ParameterName": "TProp",
"ParameterPosition": 0,
"BaseTypeOrInterfaces": []
}
]
},
{
"Kind": "Method",
"Name": "Test<T0>",
"Parameters": [
{
"Name": "path",
"Type": "System.Linq.Expressions.Expression<System.Func<T0, System.Collections.Generic.IList<T0>>>"
},
{
"Name": "value",
"Type": "T0"
},
{
"Name": "position",
"Type": "System.Int32"
}
],
"ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<T0>",
"Visibility": "Public",
"GenericParameter": [
{
"ParameterName": "TProp",
"ParameterPosition": 0,
"BaseTypeOrInterfaces": []
}
]
},
{
"Kind": "Method",
"Name": "Test<T0>",
"Parameters": [
{
"Name": "path",
"Type": "System.Linq.Expressions.Expression<System.Func<T0, System.Collections.Generic.IList<T0>>>"
},
{
"Name": "value",
"Type": "T0"
}
],
"ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument<T0>",
"Visibility": "Public",
"GenericParameter": [
{
"ParameterName": "TProp",
"ParameterPosition": 0,
"BaseTypeOrInterfaces": []
}
]
},
{ {
"Kind": "Method", "Kind": "Method",
"Name": "Move<T0>", "Name": "Move<T0>",
@ -933,73 +1090,6 @@
], ],
"GenericParameters": [] "GenericParameters": []
}, },
{
"Name": "Microsoft.AspNetCore.JsonPatch.JsonPatchProperty",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_Property",
"Parameters": [],
"ReturnType": "Newtonsoft.Json.Serialization.JsonProperty",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_Property",
"Parameters": [
{
"Name": "value",
"Type": "Newtonsoft.Json.Serialization.JsonProperty"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Parent",
"Parameters": [],
"ReturnType": "System.Object",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_Parent",
"Parameters": [
{
"Name": "value",
"Type": "System.Object"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [
{
"Name": "property",
"Type": "Newtonsoft.Json.Serialization.JsonProperty"
},
{
"Name": "parent",
"Type": "System.Object"
}
],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{ {
"Name": "Microsoft.AspNetCore.JsonPatch.Operations.Operation", "Name": "Microsoft.AspNetCore.JsonPatch.Operations.Operation",
"Visibility": "Public", "Visibility": "Public",
@ -1355,6 +1445,13 @@
"Parameters": [], "Parameters": [],
"GenericParameter": [], "GenericParameter": [],
"Literal": "5" "Literal": "5"
},
{
"Kind": "Field",
"Name": "Invalid",
"Parameters": [],
"GenericParameter": [],
"Literal": "6"
} }
], ],
"GenericParameters": [] "GenericParameters": []
@ -1694,29 +1791,41 @@
"GenericParameters": [] "GenericParameters": []
}, },
{ {
"Name": "Microsoft.AspNetCore.JsonPatch.Adapters.ObjectAdapter", "Name": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapterWithTest",
"Visibility": "Public", "Visibility": "Public",
"Kind": "Class", "Kind": "Interface",
"Abstract": true,
"ImplementedInterfaces": [ "ImplementedInterfaces": [
"Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter" "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter"
], ],
"Members": [ "Members": [
{ {
"Kind": "Method", "Kind": "Method",
"Name": "get_ContractResolver", "Name": "Test",
"Parameters": [], "Parameters": [
"ReturnType": "Newtonsoft.Json.Serialization.IContractResolver", {
"Visibility": "Public", "Name": "operation",
"Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
},
{
"Name": "objectToApplyTo",
"Type": "System.Object"
}
],
"ReturnType": "System.Void",
"GenericParameter": [] "GenericParameter": []
}, }
{ ],
"Kind": "Method", "GenericParameters": []
"Name": "get_LogErrorAction", },
"Parameters": [], {
"ReturnType": "System.Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError>", "Name": "Microsoft.AspNetCore.JsonPatch.Adapters.ObjectAdapter",
"Visibility": "Public", "Visibility": "Public",
"GenericParameter": [] "Kind": "Class",
}, "ImplementedInterfaces": [
"Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapterWithTest"
],
"Members": [
{ {
"Kind": "Method", "Kind": "Method",
"Name": "Add", "Name": "Add",
@ -1737,6 +1846,26 @@
"Visibility": "Public", "Visibility": "Public",
"GenericParameter": [] "GenericParameter": []
}, },
{
"Kind": "Method",
"Name": "Copy",
"Parameters": [
{
"Name": "operation",
"Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
},
{
"Name": "objectToApplyTo",
"Type": "System.Object"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter",
"Visibility": "Public",
"GenericParameter": []
},
{ {
"Kind": "Method", "Kind": "Method",
"Name": "Move", "Name": "Move",
@ -1799,7 +1928,23 @@
}, },
{ {
"Kind": "Method", "Kind": "Method",
"Name": "Copy", "Name": "get_ContractResolver",
"Parameters": [],
"ReturnType": "Newtonsoft.Json.Serialization.IContractResolver",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_LogErrorAction",
"Parameters": [],
"ReturnType": "System.Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Test",
"Parameters": [ "Parameters": [
{ {
"Name": "operation", "Name": "operation",
@ -1813,7 +1958,7 @@
"ReturnType": "System.Void", "ReturnType": "System.Void",
"Sealed": true, "Sealed": true,
"Virtual": true, "Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter", "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapterWithTest",
"Visibility": "Public", "Visibility": "Public",
"GenericParameter": [] "GenericParameter": []
}, },