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.

Nuget Package Version 3.2.1 Broken

See original GitHub issue

Issue

The latest version of Amazon.Lambda.Tools (3.2.1), available from Nuget, cannot be installed because the package is missing the DotnetToolSettings.xml file.

Replication

$ dotnet tool install --global --version 3.2.1 Amazon.Lambda.Tools

Tool 'amazon.lambda.tools' failed to update due to the following:
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'amazon.lambda.tools' failed to install. Please contact the tool author for assistance.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
normjcommented, Apr 19, 2019

Version 3.2.2 is out which fixes the problem. I apologize again for this happening.

For those that are curious we have been refreshing our build infrastructure and this was the first release to happen from Linux which triggered a file permission issue with the files that got added to the NuGet package. We will be adding more validations in our release process to ensure this doesn’t happen again. I appreciate all of your support/feedback for these tools.

1reaction
tofalckcommented, Apr 19, 2019

Codebuild default settings too.

No worries Norm - stuff happens 😊👍

On Fri, Apr 19, 2019, 17:29 psbmiller notifications@github.com wrote:

@normj https://github.com/normj I’m running mine in CodeBuild

[image: image] https://user-images.githubusercontent.com/40210690/56430995-f2819480-628d-11e9-8f7c-4fc2c32e6b98.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aws/aws-extensions-for-dotnet-cli/issues/76#issuecomment-484931589, or mute the thread https://github.com/notifications/unsubscribe-auth/AAT56277KXKGLN6OEGHCT43PRHQMHANCNFSM4HHBVF5Q .

Read more comments on GitHub >

github_iconTop Results From Across the Web

NuGet Issues - Updating a package breaks build
NuGet has decided that any attempt to update a package destroys my Solution. I am running Visual Studio 2013 Ultimate w/ Update 3....
Read more >
Package upgrade leaves a project in a broken state if the ...
When removing these files NuGet verifies that the contents of the file are the same as the original packages before deleting them. Potentially ......
Read more >
NuGet Package Restore not working as expected
When I attempt to use the NuGet Installer command to perform a package ... [12:05:55][restore] Unable to find version '3.2.1' of package ......
Read more >
Best Practices for Versioning NuGet Packages in ...
Improperly versioning your NuGet packages can lead to lots of problems. ... headaches and wasted time from confusing and “broken” packages.
Read more >
MSB3277: Found conflicts between different versions of ' ...
This error occurs during a build when more than one version of the same dependent ... Framework.dll C:\Users\user\.nuget\packages\microsoft.
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