TeamCity.dotCover/ISettings.cs (
7
lines of code) (
raw
):
namespace TeamCity.dotCover; internal interface ISettings { string? ToolPath { get; } string? TraceFile { get; } IReadOnlyDictionary<string, string> DotCoverArgs { get; } }