TeamCity.CSharpInteractive/IStringService.cs (
5
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface IStringService { string TrimAndUnquote(string quotedString); }