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.

Build fails due to missing Paket

See original GitHub issue

Build instructions don’t suggest installing Paket and build fails if it’s not available:

Eugene.Auduchinok@UNIT-1032 MINGW64 /c/Developer/solutins/pulsar-client-dotnet (develop)
$ dotnet build
Microsoft (R) Build Engine version 16.6.0+5ff7b0c9e for .NET Core
...
Build FAILED.
...
C:\Developer\solutins\pulsar-client-dotnet\.paket\Paket.Restore.targets(171,5):
  error MSB3073: The command ""paket" restore" exited with code 9009.
    [C:\Developer\solutins\pulsar-client-dotnet\examples\CsharpExamples\CsharpExamples.csproj]
...

Installing Paket as a global tool helps.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Lanayxcommented, Jun 13, 2020

Converted to local tool. @auduchinok thank you for reporting

0reactions
auduchinokcommented, Jun 4, 2020

Ah, sorry, I’ve somehow didn’t notice it and skipped right to the build part. 🙂

I think it’d be great to be able to use dotnet tool restore for that step and to specify needed tools in a manifest file, as described here and here. I’ve actually tried using that command after clone before looking at what’s going wrong.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building fails due to missing fsc.exe · Issue #3679
build.sh Should build. Fails to do so because of missing file. Cmd line output Paket version 5.223.0 The last restore is still up...
Read more >
Troubleshooting NuGet Package Restore in Visual Studio
You may encounter build errors due to missing files, with a message saying to use NuGet restore to download them. However, running a...
Read more >
NuGet Packages are missing - visual studio
I got error related to MSTest.TestAdapter nuget package while compiling. Resolved that issue by removing <Target> tag. Though it made build ...
Read more >
Paket 7.2.1
Troubleshooting and support. Found a bug or missing a feature? Feed the issue tracker. Announcements and related miscellanea through Twitter (@PaketManager) ...
Read more >
FSharp.DependencyManager.Paket 7.2.1
A dependency manager for .NET with support for NuGet packages and git repositories.
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