We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c958166 commit 06811a8Copy full SHA for 06811a8
src/Detector/DotNetCore/ProjectFileProviders/ExplicitProjectFileProvider.cs
@@ -46,6 +46,7 @@ public string GetRelativePathToProjectFile(DetectorContext context)
46
}
47
else
48
{
49
+ this.logger.LogWarning($"Could not find the .NET Core project file.");
50
if (!this.IsValidDotNetProjectFile(projectFileWithRelativePath))
51
52
this.logger.LogDebug(
0 commit comments