Skip to content

Commit

Permalink
api contract change
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Feb 3, 2023
1 parent 94d5efc commit cbf5f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Microsoft.DotNet.Interactive
public class KeyValueStoreKernel : Kernel, IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.RequestKernelInfo>, IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.RequestValue>, IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.RequestValueInfos>, IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.SendValue>, IKernelCommandHandler<Microsoft.DotNet.Interactive.Commands.SubmitCode>, System.IDisposable
.ctor(System.String name = value)
public ChooseKernelDirective ChooseKernelDirective { get;}
public System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object> Values { get;}
public System.Collections.Generic.IReadOnlyDictionary<System.String,FormattedValue> Values { get;}
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 cbf5f86

Please sign in to comment.