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
Write-Warning"Cyclical class/enum dependencies detected in [$($sortedFiles[0].DirectoryName)]. Falling back to lexical order for unresolved files: $remainingNames"
93
-
$remainingPaths|Sort-Object|ForEach-Object {
94
-
$orderedPaths.Add($_)
95
-
}
104
+
$message=@(
105
+
"Cyclical class/enum dependencies detected in [$($sortedFiles[0].DirectoryName)]."
106
+
"Build cannot continue with unresolved files: $remainingNames"
0 commit comments