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

Commit 001fc5d

Browse files
committed
Fix typo. Add exclusion files.
1 parent adfa582 commit 001fc5d

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

src/Microsoft.AspNetCore.Http.Features/IHeaderDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public interface IHeaderDictionary : IDictionary<string, StringValues>
1919
new StringValues this[string key] { get; set; }
2020

2121
/// <summary>
22-
/// Strongly typed access to the Content-Type header. Implementations must keep this in sync with the string representation.
22+
/// Strongly typed access to the Content-Length header. Implementations must keep this in sync with the string representation.
2323
/// </summary>
2424
long? ContentLength { get; set; }
2525
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"OldTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
4+
"NewTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
5+
"NewMemberId": "System.Nullable<System.Int64> get_ContentLength()",
6+
"Kind": "Addition"
7+
},
8+
{
9+
"OldTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
10+
"NewTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
11+
"NewMemberId": "System.Void set_ContentLength(System.Nullable<System.Int64> value)",
12+
"Kind": "Addition"
13+
}
14+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"OldTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
4+
"NewTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
5+
"NewMemberId": "System.Nullable<System.Int64> get_ContentLength()",
6+
"Kind": "Addition"
7+
},
8+
{
9+
"OldTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
10+
"NewTypeId": "public interface Microsoft.AspNetCore.Http.IHeaderDictionary : System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues>",
11+
"NewMemberId": "System.Void set_ContentLength(System.Nullable<System.Int64> value)",
12+
"Kind": "Addition"
13+
}
14+
]

0 commit comments

Comments
 (0)