Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Update API check baselines to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Sep 25, 2017
1 parent 207fdc0 commit 0c1eaec
Show file tree
Hide file tree
Showing 14 changed files with 5,931 additions and 1,854 deletions.
1,734 changes: 1,734 additions & 0 deletions src/Microsoft.AspNetCore.Authentication.Abstractions/baseline.netcore.json

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions src/Microsoft.AspNetCore.Authentication.Core/baseline.netcore.json

Large diffs are not rendered by default.

3,562 changes: 2,472 additions & 1,090 deletions src/Microsoft.AspNetCore.Http.Abstractions/baseline.netcore.json

Large diffs are not rendered by default.

This file was deleted.

113 changes: 112 additions & 1 deletion src/Microsoft.AspNetCore.Http.Extensions/baseline.netcore.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Http.HeaderDictionaryTypeExtensions",
Expand Down Expand Up @@ -1283,6 +1283,33 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Extensions.HttpRequestMultipartExtensions",
"Visibility": "Public",
"Kind": "Class",
"Abstract": true,
"Static": true,
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "GetMultipartBoundary",
"Parameters": [
{
"Name": "request",
"Type": "Microsoft.AspNetCore.Http.HttpRequest"
}
],
"ReturnType": "System.String",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Extensions.QueryBuilder",
"Visibility": "Public",
Expand Down Expand Up @@ -1435,6 +1462,36 @@
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "CopyToAsync",
"Parameters": [
{
"Name": "source",
"Type": "System.IO.Stream"
},
{
"Name": "destination",
"Type": "System.IO.Stream"
},
{
"Name": "count",
"Type": "System.Nullable<System.Int64>"
},
{
"Name": "bufferSize",
"Type": "System.Int32"
},
{
"Name": "cancel",
"Type": "System.Threading.CancellationToken"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
Expand Down Expand Up @@ -1516,6 +1573,45 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "FromAbsolute",
"Parameters": [
{
"Name": "uri",
"Type": "System.String"
},
{
"Name": "scheme",
"Type": "System.String",
"Direction": "Out"
},
{
"Name": "host",
"Type": "Microsoft.AspNetCore.Http.HostString",
"Direction": "Out"
},
{
"Name": "path",
"Type": "Microsoft.AspNetCore.Http.PathString",
"Direction": "Out"
},
{
"Name": "query",
"Type": "Microsoft.AspNetCore.Http.QueryString",
"Direction": "Out"
},
{
"Name": "fragment",
"Type": "Microsoft.AspNetCore.Http.FragmentString",
"Direction": "Out"
}
],
"ReturnType": "System.Void",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Encode",
Expand Down Expand Up @@ -1545,6 +1641,21 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetEncodedPathAndQuery",
"Parameters": [
{
"Name": "request",
"Type": "Microsoft.AspNetCore.Http.HttpRequest"
}
],
"ReturnType": "System.String",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "GetDisplayUrl",
Expand Down
154 changes: 151 additions & 3 deletions src/Microsoft.AspNetCore.Http.Features/baseline.netcore.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Features, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.AspNetCore.Http.Features, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Http.CookieOptions",
Expand Down Expand Up @@ -91,6 +91,27 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_SameSite",
"Parameters": [],
"ReturnType": "Microsoft.AspNetCore.Http.SameSiteMode",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_SameSite",
"Parameters": [
{
"Name": "value",
"Type": "Microsoft.AspNetCore.Http.SameSiteMode"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_HttpOnly",
Expand Down Expand Up @@ -368,6 +389,25 @@
],
"ReturnType": "System.Void",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_ContentLength",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_ContentLength",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"GenericParameter": []
}
],
"GenericParameters": []
Expand Down Expand Up @@ -611,14 +651,26 @@
{
"Kind": "Method",
"Name": "LoadAsync",
"Parameters": [],
"Parameters": [
{
"Name": "cancellationToken",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "CommitAsync",
"Parameters": [],
"Parameters": [
{
"Name": "cancellationToken",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
"GenericParameter": []
},
Expand Down Expand Up @@ -677,6 +729,37 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.SameSiteMode",
"Visibility": "Public",
"Kind": "Enumeration",
"Sealed": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Field",
"Name": "None",
"Parameters": [],
"GenericParameter": [],
"Literal": "0"
},
{
"Kind": "Field",
"Name": "Lax",
"Parameters": [],
"GenericParameter": [],
"Literal": "1"
},
{
"Kind": "Field",
"Name": "Strict",
"Parameters": [],
"GenericParameter": [],
"Literal": "2"
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.WebSocketAcceptContext",
"Visibility": "Public",
Expand Down Expand Up @@ -1160,6 +1243,35 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpBodyControlFeature",
"Visibility": "Public",
"Kind": "Interface",
"Abstract": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_AllowSynchronousIO",
"Parameters": [],
"ReturnType": "System.Boolean",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_AllowSynchronousIO",
"Parameters": [
{
"Name": "value",
"Type": "System.Boolean"
}
],
"ReturnType": "System.Void",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpBufferingFeature",
"Visibility": "Public",
Expand Down Expand Up @@ -1289,6 +1401,42 @@
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature",
"Visibility": "Public",
"Kind": "Interface",
"Abstract": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_IsReadOnly",
"Parameters": [],
"ReturnType": "System.Boolean",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_MaxRequestBodySize",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_MaxRequestBodySize",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.AspNetCore.Http.Features.IHttpRequestFeature",
"Visibility": "Public",
Expand Down
Loading

0 comments on commit 0c1eaec

Please sign in to comment.