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.

Microsoft.DotNet.Build.Tasks.Packaging throws missing method exception on .Net Core 3.0

See original GitHub issue
/Users/jashoo/.nuget/packages/microsoft.dotnet.build.tasks.packaging/1.0.0-beta.19128.2/build/Packaging.targets(1214,5): error : System.MissingMethodException: Method not found: 'Void NuGet.Packaging.Manifest.Save(System.IO.Stream, Boolean)'. [/Users/jashoo/projects/scratch/scratch-coreclr/src/.nuget/Microsoft.NETCore.Native/Microsoft.NETCore.Native.pkgproj]

This will block dotnet/coreclr from updating to a 3.0 sdk. /cc @RussKeldorph @janvorli @sbomer

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jcagmecommented, Mar 15, 2019

This was fixed by @ericstj with https://github.com/dotnet/arcade/pull/2165. Can you confirm you Arcade version?

0reactions
jashookcommented, Mar 15, 2019

Closing for now

Read more comments on GitHub >

github_iconTop Results From Across the Web

WebHostBuilder.Build() MissingMethodException in .NET ...
It looks like some of your dependencies, not updated to the right version. It can be old version or new version.
Read more >
MissingMethodException for NuGet API call in ...
Issue Title When I clean the project , I get the error. This error occurs on .net core 3 preview 6/7/8/9/rc1 . There...
Read more >
MissingMethodException Class (System)
The exception that is thrown when there is an attempt to dynamically access a method that does not exist.
Read more >
Breaking changes in .NET Core 3.0
Lists the breaking changes in version 3.0 of .NET ... NET Core 2.2, follow the guidance in the obsolete build messages to adopt...
Read more >
Troubleshoot .NET Framework targeting errors
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the projects ......
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