Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 63fd1e1

Browse files
author
John Luo
committed
Re-enable api check
- Disable api check for Transport.Libuv due to breaking change - Add empty baseline files for unreleased packages
1 parent 4087006 commit 63fd1e1

File tree

4 files changed

+3
-111
lines changed

4 files changed

+3
-111
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@
1717
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
1818
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1919
<LangVersion>latest</LangVersion>
20-
<!-- https://github.com/aspnet/KestrelHttpServer/issues/2350 -->
21-
<EnableApiCheck>false</EnableApiCheck>
2220
</PropertyGroup>
2321
</Project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

src/Kestrel.Transport.Libuv/Kestrel.Transport.Libuv.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageTags>aspnetcore;kestrel</PackageTags>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
<NoWarn>CS1591;$(NoWarn)</NoWarn>
12+
<EnableApiCheck>false</EnableApiCheck>
1213
</PropertyGroup>
1314

1415
<ItemGroup>
Lines changed: 0 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,2 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
3-
"Types": [
4-
{
5-
"Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderSocketExtensions",
6-
"Visibility": "Public",
7-
"Kind": "Class",
8-
"Abstract": true,
9-
"Static": true,
10-
"Sealed": true,
11-
"ImplementedInterfaces": [],
12-
"Members": [
13-
{
14-
"Kind": "Method",
15-
"Name": "UseSockets",
16-
"Parameters": [
17-
{
18-
"Name": "hostBuilder",
19-
"Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
20-
}
21-
],
22-
"ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
23-
"Static": true,
24-
"Extension": true,
25-
"Visibility": "Public",
26-
"GenericParameter": []
27-
},
28-
{
29-
"Kind": "Method",
30-
"Name": "UseSockets",
31-
"Parameters": [
32-
{
33-
"Name": "hostBuilder",
34-
"Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
35-
},
36-
{
37-
"Name": "configureOptions",
38-
"Type": "System.Action<Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions>"
39-
}
40-
],
41-
"ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
42-
"Static": true,
43-
"Extension": true,
44-
"Visibility": "Public",
45-
"GenericParameter": []
46-
}
47-
],
48-
"GenericParameters": []
49-
},
50-
{
51-
"Name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory",
52-
"Visibility": "Public",
53-
"Kind": "Class",
54-
"Sealed": true,
55-
"ImplementedInterfaces": [
56-
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransportFactory"
57-
],
58-
"Members": [
59-
{
60-
"Kind": "Method",
61-
"Name": "Create",
62-
"Parameters": [
63-
{
64-
"Name": "endPointInformation",
65-
"Type": "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation"
66-
},
67-
{
68-
"Name": "handler",
69-
"Type": "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionHandler"
70-
}
71-
],
72-
"ReturnType": "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport",
73-
"Sealed": true,
74-
"Virtual": true,
75-
"ImplementedInterface": "Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransportFactory",
76-
"Visibility": "Public",
77-
"GenericParameter": []
78-
},
79-
{
80-
"Kind": "Constructor",
81-
"Name": ".ctor",
82-
"Parameters": [
83-
{
84-
"Name": "options",
85-
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions>"
86-
}
87-
],
88-
"Visibility": "Public",
89-
"GenericParameter": []
90-
}
91-
],
92-
"GenericParameters": []
93-
},
94-
{
95-
"Name": "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions",
96-
"Visibility": "Public",
97-
"Kind": "Class",
98-
"ImplementedInterfaces": [],
99-
"Members": [
100-
{
101-
"Kind": "Constructor",
102-
"Name": ".ctor",
103-
"Parameters": [],
104-
"Visibility": "Public",
105-
"GenericParameter": []
106-
}
107-
],
108-
"GenericParameters": []
109-
}
110-
]
1112
}

0 commit comments

Comments
 (0)