question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ResolveTargetingPackAssets crash in Dev16

See original GitHub issue

@DamianEdwards reports the stack below in error list with latest SDK, latest Dev16 and the following project created from template:

<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
  </PropertyGroup>


  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview-19106-07" />
  </ItemGroup>

</Project>

image

cc @dsplaisted @natemcmaster

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
springy76commented, Mar 21, 2019

@nguerrera I found the problem: It was the (our) specific build server which restored Nuget packages using nuget.exe restore. I changed this to msbuild -t:restore and now everything is fine.

0reactions
nguerreracommented, Mar 8, 2019

@springy76 Please file a new bug with repro steps or Binary Log

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build error: The "ResolveTargetingPackAssets" task failed ...
I am trying to build a dotnet core project on a linux machine. Build fails with the following error: : error MSB4018: The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found