Skip to content

Commit 06811a8

Browse files
committed
Add warning message
1 parent c958166 commit 06811a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Detector/DotNetCore/ProjectFileProviders/ExplicitProjectFileProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public string GetRelativePathToProjectFile(DetectorContext context)
4646
}
4747
else
4848
{
49+
this.logger.LogWarning($"Could not find the .NET Core project file.");
4950
if (!this.IsValidDotNetProjectFile(projectFileWithRelativePath))
5051
{
5152
this.logger.LogDebug(

0 commit comments

Comments
 (0)