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
Try to find where the conflicting package came from and include the path in the message.
For example, this identifies that Microsoft.NETCore.Targets in the tarball build is being used from prebuilt/source-built. Before this change, it would incorrectly suggest the package was restored from the internet.
Add source-build infrastructure MSBuild binlogging for better diagnosis.
<WarningText="Detected package id/version(s) in the cache that were source-built, but contents don't match. They were probably downloaded. See $(_ReportDir) for usage details. @(ConflictingPackageInfos->'%(PackageId) %(PackageVersion)', ', ')" />
223
+
<WarningText="Detected packages in the cache that should be source-built, but contents don't match. See $(_ReportDir) for usage details:" />
0 commit comments