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.

Version 0.24.6 breaks build

See original GitHub issue

Description

After updating Nuke.Common to version 0.24.6 build does not work anymore.

Steps to reproduce

Relevant log output

C:\Users\XXXX\.nuget\packages\nuke.common\0.24.6\build\netcore\Nuke.MSBuildTasks.targets(24,5): error MSB4062: The "Nuke.MSBuildTasks.ExternalFilesTask" task could not be loaded from the assembly C:\Users\XXXX\.nuget\packages\nuke.common\0.24.6\build\netcore\\Nuke.MSBuildTasks.dll. Could not load file or assembly 'C:\Users\XXXX\.nuget\packages\nuke.common\0.24.6\build\netcore\Nuke.MSBuildTasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [C:\Data\src\build\_build.csproj]

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
matkochcommented, Mar 26, 2020

@krankenbro it’s a different exception message, so no, it’s not the same issue. It is described here with a known workaround.

As a side note, next time please don’t paste just images of stack traces that I can barely read. Having stack traces in text form is important to do efficient analysis.

0reactions
lock[bot]commented, May 20, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

yarn install --production is broken, installs plenty of ...
I'm running yarn 0.16.1. Given the following package.json, yarn will install wrong dependencies: { "name": "yarn-test", "version": "1.0.0", ...
Read more >
"perhaps two different versions of crate `image` are being ...
It has certainly broken the project you were trying to build because it is trying to use the newer image 0.24 from the...
Read more >
How do I change the version of yarn used?
I ran brew upgrade yarn to get the latest version, which is 0.24.6 . After Homebrew successfully upgrades yarn , I run yarn...
Read more >
Different yarn versions on different build images is causing failures
Currently we have different versions of yarn contained in different build images: #... ... yarn --version 0.24.6. The latter image is used in...
Read more >
Yarn (Install) 0.24.6
Yarn is a package manager for the npm and bower registries with a few specific focuses. Determinism: Based around a version lockfile which...
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