Skip to content

Commit

Permalink
architecture code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Oct 18, 2024
1 parent 698fc51 commit 1c7f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starsky/starskytest/Architecture/ArchitectureTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private static IList<string> GetPathParts(string directory)
return [.. directory.Split(["\\"], StringSplitOptions.None)];
}

private static IEnumerable<Match> GetProjectsFromSolutionFileContents(
private static MatchCollection GetProjectsFromSolutionFileContents(
string solutionFileContents)
{
var regex = ProjectFileNameRegex();
Expand Down

0 comments on commit 1c7f640

Please sign in to comment.