コード例 #1
0
ファイル: Build.Sonar.cs プロジェクト: AradAral/hotchocolate
 private bool IsRelevantForSonar(string fileName)
 {
     return(!ExcludedCover.Contains(GetFileNameWithoutExtension(fileName)));
 }
コード例 #2
0
ファイル: Build.Sonar.cs プロジェクト: anadale/hotchocolate
 bool IsRelevantForSonar(string fileName)
 => !ExcludedCover.Contains(GetFileNameWithoutExtension(fileName));