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
Copy file name to clipboardExpand all lines: SDV.DependenciesAnalyzer/AssetsJson/AssetsUtils.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ public class AssetsUtils
12
12
privatereadonlyILogger_log;
13
13
14
14
privateconststringAbsentNupkgWarnMsg=
15
-
@"Skipping adding this dependency to the dependency tree. This might be because the package already exists in a different NuGet cache, possibly the SDK's NuGetFallbackFolder cache. Removing the package from this cache may resolve the issue.";
15
+
"Skipping adding this dependency to the dependency tree. This might be because the package already exists in a different NuGet cache, possibly the SDK's NuGetFallbackFolder cache. Removing the package from this cache may resolve the issue.";
16
16
17
17
publicAssetsUtils(ILoggerlog)
18
18
{
@@ -24,7 +24,7 @@ public List<string> GetDirectDependencies(ProjectAssetsJsonModel assets)
_logger.LogError(ex,"Failed parsing and loading project '{ProjectName}' from solution '{SolutionName}': {Error}",project,_configuration.SlnFilePath,ex.Message);
_logger.LogError(ex,"Failed parsing and loading project '{ProjectName}' from solution '{SolutionName}': {Error}",project,_configuration.SlnFilePath,ex.Message);
0 commit comments