Set 2.1 baselines

This commit is contained in:
Ryan Brandenburg 2018-06-13 10:55:16 -07:00
parent 256f7755ba
commit b7c722bb68
2 changed files with 54 additions and 54 deletions

View File

@ -1,5 +1,5 @@
{ {
"AssemblyIdentity": "Microsoft.AspNetCore.Html.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", "AssemblyIdentity": "Microsoft.AspNetCore.Html.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [ "Types": [
{ {
"Name": "Microsoft.AspNetCore.Html.HtmlContentBuilder", "Name": "Microsoft.AspNetCore.Html.HtmlContentBuilder",
@ -9,6 +9,58 @@
"Microsoft.AspNetCore.Html.IHtmlContentBuilder" "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
], ],
"Members": [ "Members": [
{
"Kind": "Method",
"Name": "CopyTo",
"Parameters": [
{
"Name": "destination",
"Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "MoveTo",
"Parameters": [
{
"Name": "destination",
"Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "WriteTo",
"Parameters": [
{
"Name": "writer",
"Type": "System.IO.TextWriter"
},
{
"Name": "encoder",
"Type": "System.Text.Encodings.Web.HtmlEncoder"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContent",
"Visibility": "Public",
"GenericParameter": []
},
{ {
"Kind": "Method", "Kind": "Method",
"Name": "get_Count", "Name": "get_Count",
@ -76,58 +128,6 @@
"Visibility": "Public", "Visibility": "Public",
"GenericParameter": [] "GenericParameter": []
}, },
{
"Kind": "Method",
"Name": "CopyTo",
"Parameters": [
{
"Name": "destination",
"Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "MoveTo",
"Parameters": [
{
"Name": "destination",
"Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "WriteTo",
"Parameters": [
{
"Name": "writer",
"Type": "System.IO.TextWriter"
},
{
"Name": "encoder",
"Type": "System.Text.Encodings.Web.HtmlEncoder"
}
],
"ReturnType": "System.Void",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContent",
"Visibility": "Public",
"GenericParameter": []
},
{ {
"Kind": "Constructor", "Kind": "Constructor",
"Name": ".ctor", "Name": ".ctor",

View File

@ -1,5 +1,5 @@
{ {
"AssemblyIdentity": "Microsoft.Extensions.WebEncoders, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", "AssemblyIdentity": "Microsoft.Extensions.WebEncoders, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [ "Types": [
{ {
"Name": "Microsoft.Extensions.WebEncoders.WebEncoderOptions", "Name": "Microsoft.Extensions.WebEncoders.WebEncoderOptions",