Skip to content

Commit

Permalink
without test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Dec 26, 2024
1 parent b65ccbd commit e9b5438
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ public ProjectData[] RootProjects
get
{
List<ProjectData> result = new();
//find all references without the reference of tests projects
var allRefs = this
.Where(it=>!it.Value.IsTestProject())
.SelectMany(it => it.Value.ProjectsReferences)
.Select(it => it.RelativePath())
.Distinct()
Expand Down

0 comments on commit e9b5438

Please sign in to comment.