Skip to content

Commit e9d3a80

Browse files
brettfocolombod
authored andcommitted
fix api test
1 parent 92e5499 commit e9d3a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.DotNet.Interactive.ApiCompatibility.Tests/ApiCompatibilityTests.httpRequest_api_is_not_changed.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Microsoft.DotNet.Interactive.HttpRequest
22
public class HttpRequestKernel : Microsoft.DotNet.Interactive.Kernel, Microsoft.DotNet.Interactive.IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.RequestDiagnostics>, Microsoft.DotNet.Interactive.IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.RequestKernelInfo>, Microsoft.DotNet.Interactive.IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.SendValue>, Microsoft.DotNet.Interactive.IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.SubmitCode>, System.IDisposable
33
.ctor(System.String name = null, System.Net.Http.HttpClient client = null)
44
public System.Uri BaseAddress { get; set;}
5-
public System.Collections.Generic.IEnumerable<System.ValueTuple<System.String,System.Int32,System.Int32>> GetAllRequests(System.String requests)
65
public System.Threading.Tasks.Task HandleAsync(Microsoft.DotNet.Interactive.Commands.SendValue command, Microsoft.DotNet.Interactive.KernelInvocationContext context)
76
public System.Threading.Tasks.Task HandleAsync(Microsoft.DotNet.Interactive.Commands.SubmitCode command, Microsoft.DotNet.Interactive.KernelInvocationContext context)
87
public System.Threading.Tasks.Task HandleAsync(Microsoft.DotNet.Interactive.Commands.RequestDiagnostics command, Microsoft.DotNet.Interactive.KernelInvocationContext context)
98
public System.Void SetValue(System.String valueName, System.String value)
109
class HttpRequest
11-
.ctor(System.String verb, System.String address, System.String body, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>> headers)
10+
.ctor(System.String verb, System.String address, System.String body, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>> headers, System.Collections.Generic.IEnumerable<Microsoft.DotNet.Interactive.Diagnostic> diagnostics)
1211
public System.String Address { get;}
1312
public System.String Body { get;}
13+
public System.Collections.Generic.IEnumerable<Microsoft.DotNet.Interactive.Diagnostic> Diagnostics { get;}
1414
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>> Headers { get;}
1515
public System.String Verb { get;}
1616
public class HttpRequestKernelExtension, Microsoft.DotNet.Interactive.IKernelExtension

0 commit comments

Comments
 (0)