Skip to content

Commit 7f7b40c

Browse files
Update reference assembly
1 parent c10f070 commit 7f7b40c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Http/WebUtilities/ref/Microsoft.AspNetCore.WebUtilities.netcoreapp.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ protected override void Dispose(bool disposing) { }
152152
public override string ReadLine() { throw null; }
153153
[System.Diagnostics.DebuggerStepThroughAttribute]
154154
public override System.Threading.Tasks.Task<string> ReadLineAsync() { throw null; }
155+
[System.Diagnostics.DebuggerStepThroughAttribute]
156+
public override System.Threading.Tasks.Task<string> ReadToEndAsync() { throw null; }
155157
}
156158
public partial class HttpResponseStreamWriter : System.IO.TextWriter
157159
{

0 commit comments

Comments
 (0)