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
if (this.projectRoots.Any(path => projectRootDirectory.FullName.StartsWith(path)))
{
return;
}
We would expect the root go.mod to have all the internal references, but in cases where the internal directories are not referenced by the root mod then components are being skipped.
The text was updated successfully, but these errors were encountered:
If you have a file structure like this:
The internal go.mod files are skipped due to these lines:
component-detection/src/Microsoft.ComponentDetection.Detectors/go/GoComponentDetector.cs
Line 157 in 80146ce
We would expect the root go.mod to have all the internal references, but in cases where the internal directories are not referenced by the root mod then components are being skipped.
The text was updated successfully, but these errors were encountered: