-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ResolvePackageAssets InvalidDataException Found invalid data while decoding #3151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@nguerrera this is our cache right? |
I get this with .NET core 2.2. It's reproducible for me by using a conditional ItemGroup in a .csproj file where the condition is satisfied:
When I build this with /usr/share/dotnet/sdk/2.2.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(208,5): error MSB4018: The "ResolvePackageAssets" task failed unexpectedly. [/home/adam/Dusky/dotnet/agent/agent/Dusky.Agent.csproj] But maybe it won't reproduce for you... |
@admilazz Unfortunately, I cannot repro that. |
If someone can repro still repro this, the following would be usfeul:
|
@Tratcher has a repro. See https://github.com/aspnet/AspNetCore-Internal/issues/2009#issuecomment-496696955 for internal network drop share that contains the log files. |
Thanks. I'll take a look right away. |
This is happening in dotnet store targets and is almost certainly a dupe of these issues that I am working on fixing with one big simplification of dotnet store: https://github.com/dotnet/sdk/issues?q=is%3Aopen+is%3Aissue+assignee%3Anguerrera+label%3AStore |
Hi @nguerrera. Do you have any update regarding this? Is this fixed (I see one issue from the list is closed): #2914 ? |
@mkArtakMSFT Yes, please try the latest preview7 core-sdk. I believe this should be fixed. |
@JunTaoLuo Have you tried building with Preview 7 and without the workarounds? I'm closing this as fixed by #3345, but if you are still having issues, I can reopen. |
…0191010.08 (dotnet#3151) - Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1
Repo: https://github.com/aspnet/aspnetcore
Branch: master
Command:
build.cmd -all -pack
Tracking: https://github.com/aspnet/AspNetCore-Internal/issues/2009
How does one go about debugging this?
The text was updated successfully, but these errors were encountered: