Add buildless failed diagnostic

This commit is contained in:
Tamas Vajk
2024-03-25 12:27:36 +01:00
parent 5ab5244171
commit b94d33d78d
6 changed files with 77 additions and 10 deletions

View File

@@ -728,6 +728,11 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
/// </summary>
public IEnumerable<string> GeneratedSourceFiles => generatedSources;
/// <summary>
/// All of the non-generated source files in the source directory.
/// </summary>
public IEnumerable<string> NonGeneratedSourcesFiles => nonGeneratedSources;
/// <summary>
/// All of the source files in the source directory.
/// </summary>