TeamCity.CSharpInteractive/ICSharpScriptRunner.cs (
6
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface ICSharpScriptRunner { CommandResult Run(ICommand sourceCommand, string script); void Reset(); }