New NuGet package for version 1.1.2 broken?
See original GitHub issueI 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: This is the situation I am currently in, not having problems.
After updating:
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:
- Created 5 years ago
- Reactions:1
- Comments:12 (5 by maintainers)
Top GitHub Comments
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.
Removed empty package. Sorry about that folks. Not sure what changed in the build process to cause the broken package.