You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FilterType.FilteredExcept=>GetFilteredFileLineCount(path, line =>!data.ExcludeLineFilter!.IsMatch(line),cancellationToken),
260
266
FilterType.FilteredBoth=>GetFilteredFileLineCount(path, line =>data.LineFilter!.IsMatch(line)&&!data.ExcludeLineFilter!.IsMatch(line),cancellationToken),
261
267
_ =>thrownewInvalidOperationException($"CountType.{data.FilterType} not recognized"),
0 commit comments