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

Commit 163836f

Browse files
authored
#800 Re-enable API check (#878)
1 parent 64c6e11 commit 163836f

File tree

5 files changed

+424
-16
lines changed

5 files changed

+424
-16
lines changed

src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<NoWarn>$(NoWarn);CS1591</NoWarn>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageTags>aspnetcore</PackageTags>
11-
<EnableApiCheck>false</EnableApiCheck>
1211
</PropertyGroup>
1312

1413
<ItemGroup>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"TypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
4+
"MemberId": "System.Nullable<System.Int64> get_ContentLength()",
5+
"Kind": "Addition"
6+
},
7+
{
8+
"TypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
9+
"MemberId": "System.Void set_ContentLength(System.Nullable<System.Int64> value)",
10+
"Kind": "Addition"
11+
}
12+
]

src/Microsoft.AspNetCore.Http.Features/exceptions.netcore.json

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

src/Microsoft.Net.Http.Headers/Microsoft.Net.Http.Headers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
<PackageTags>http</PackageTags>
12-
<EnableApiCheck>false</EnableApiCheck>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

0 commit comments

Comments
 (0)