Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.09 KB

dotnet-troubleshoot.md

File metadata and controls

31 lines (21 loc) · 1.09 KB

dotnet troubleshoot

Unable to satisfy conflicting requests for

refs: NuGet/Home#5483

This error for conflicting request for pkgA compiling lib3 could results in follow scenario:

  • lib1 sources ( PackageReference to pkgA package )
  • lib2 sources ( PackageReference to lib1 package ) ⬅ solve by use ProjectReference instead of PackageReference to lib1
  • lib3 sources ( ProjectReference to lib2 source )

DateTimeOffset packing error

/usr/share/dotnet/sdk/3.1.200/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(198,5): error : The DateTimeOffset specified cannot be converted into a Zip file timestamp. (Parameter 'value')

restore on slow lines

dotnet restore -v n --disable-parallel