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

Commit 5b9e129

Browse files
committed
React to breaking change latest API Check detects
- see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146
1 parent b1f92fb commit 5b9e129

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo",
4+
"MemberId": "public abstract System.String get_Id()",
5+
"Kind": "Addition"
6+
},
7+
{
8+
"TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo",
9+
"MemberId": "public abstract System.Void set_Id(System.String value)",
10+
"Kind": "Addition"
11+
}
12+
]

0 commit comments

Comments
 (0)