Skip to content

Commit

Permalink
api contract update
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Apr 25, 2023
1 parent a3d553a commit e1620e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ Microsoft.DotNet.Interactive
.ctor(System.String name = value)
public ChooseKernelDirective ChooseKernelDirective { get;}
public System.Collections.Generic.IReadOnlyDictionary<System.String,FormattedValue> Values { get;}
protected System.Threading.Tasks.Task StoreValueAsync(System.String key, System.String value, System.String mimeType, System.Boolean shouldDisplayValue, KernelInvocationContext context)
public class KqlDiscoverabilityKernel : Kernel, IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.RequestKernelInfo>, IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.SubmitCode>, System.IDisposable
.ctor()
public class LinePosition, System.IEquatable<LinePosition>
Expand Down

0 comments on commit e1620e3

Please sign in to comment.