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.

New NuGet package for version 1.1.2 broken?

See original GitHub issue

I am using this library in a project and it was still on version 1.1.1. However, updating to 1.1.2 seems to break the dependency in my project. No part of UriTemplates can be found after updating. The reason for this appears to be visible in the solution explorer.

Before updating: image This is the situation I am currently in, not having problems.

After updating: image Note the missing Tavis.UriTemplates.dll.

After this, no part of the library can be used. Namespace Tavis is completely unknown at this point, probably because the .dll isn’t added by the NuGet package at all. Only a lot of other references.

Could be that I’m doing something wrong here, but installing 1.1.1 and earlier, was really easy. I’m not an expert on NuGet packages but in my opinion, this should not be different in 1.1.2.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
darrelmillercommented, Jun 20, 2018

Sorry for the inconvenience. Let me investigate.


From: Marcel notifications@github.com Sent: Tuesday, June 19, 2018 3:46 PM To: tavis-software/Tavis.UriTemplates Cc: Subscribed Subject: [tavis-software/Tavis.UriTemplates] New NuGet package for version 1.1.2 broken? (#53)

I am using this library in a project and it was still on version 1.1.1. However, updating to 1.1.2 seems to break the dependency in my project. No part of UriTemplates can be found after updating. The reason for this appears to be visible in the solution explorer.

Before updating: [image]https://user-images.githubusercontent.com/1721382/41627885-7236c750-7422-11e8-851d-2b026aadedf4.png This is the situation I am currently in, not having problems.

After updating: [image]https://user-images.githubusercontent.com/1721382/41627920-8af1e248-7422-11e8-8b02-0e284bf773d1.png Note the missing Tavis.UriTemplates.dll.

After this, no part of the library can be used. Namespace Tavis is completely unknown at this point, probably because the .dll isn’t added by the NuGet package at all. Only a lot of other references.

Could be that I’m doing something wrong here, but installing 1.1.1 and earlier, was really easy. I’m not an expert on NuGet packages but in my opinion, this should not be different in 1.1.2.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/tavis-software/Tavis.UriTemplates/issues/53, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAbUzjPGRj-AL0sjQFFhZmbCPqTEq-rUks5t-X8wgaJpZM4UuWiw.

1reaction
darrelmillercommented, Jul 3, 2018

Removed empty package. Sorry about that folks. Not sure what changed in the build process to cause the broken package.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting NuGet Package Restore in Visual Studio
A description of common NuGet restore errors in Visual Studio and how to troubleshoot them.
Read more >
1.1.2 (x64) installer is broken · Issue #2713
Describe the bug Deploying package: Microsoft. ... 1.1.2 (x64) installer is broken #2713 ... NuGet package version. 1.1.2 ...
Read more >
Can't update or install package: An item with the same key ...
This solved my problem. Two different versions of a NuGet package in a project I picked up from another developer. Checked what version...
Read more >
How to resolve .NET reference and NuGet package version ...
Solution 5: Repack your libraries into a new assembly. Let's assume you have the following conflict situation: Version conflict with Newtonsoft.
Read more >
How to Version Assemblies Destined for Nuget
StateMachine is updated to 1.1.3 or 1.2.0 it can replace the 1.1.2 package without breaking the dependency. But I don't want to allow...
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