Questions tagged [manage-nuget-packages]
22 questions
0
votes
1 answer
How can new Nuget packages in an upstream view be pushed to my feed automatically?
I’m using Azure DevOps and have created a Nuget feed within the portal UI. I’ve set a single upstream source that’s an Azure Artifacts feed. The location is a Nuget feed view.
Right now, when a Nuget package is published to the upstream view’s…

Craig
- 1,890
- 1
- 26
- 44
0
votes
1 answer
Choosing nuget packages would cause dependency dll hell?
Could using nuget packages cause dependency dll hell?
Example im using two nuget packages A version 1.0.0 and B in my class library
B is also heavily dependent on new feature which is non backward compatible version of A 2.0.0.
In such a case wont…

AllSpark
- 425
- 1
- 4
- 17
0
votes
1 answer
Microsoft.Bot.Builder.Azure doesn't contain type or namespace 'AzureTableStorage'
Earlier nuget package 'Microsoft.Bot.Builder.Azure' had AzureTableStorage, AzureBlobStorage and CosmosDbStorage but now the latest version has only AzureBlobStorage and CosmosDbStorage .
What if I need to used the TableStorage also the IStorage of…

Vanjuli
- 59
- 10
0
votes
1 answer
How to use nuget.targets file to save two DLLs with same name but different target architecture into output respective folders in output directory
I have a problem with SQLite.Interop.dll library. I am required to use x64 and x86 distribution of it. I also need both of them to be copied into output directory in
x64/SQLite.Interop.dll
and
x86/SQLite.Interop.dll
folders respectively.
I…

Karol Haliński
- 100
- 2
- 11
0
votes
1 answer
nuget.org - how to prevent unlisted package from being downloaded when Update-Package is being used
I have created a package on Nuget.org.
However, when doing one of the first releases, I have used set an incorrect assembly version format - which is used as the package version.
Let's say that the version was 1.0.180305.0 (build date)
However, I…

Bartosz
- 4,406
- 7
- 41
- 80
0
votes
1 answer
Nuget Package - Move entire folder of images to another location on install
I have created a Nuget Package in which i install other referenced packages. I also have a folder of Images containing up to 100 image files. If I put these in the content folder they get copied over to the root of the project on which I install…

Kyle Hancock
- 132
- 8
-2
votes
1 answer
Add Feed to Nuget in Visual Studio
ENGLISH
Hey guys,
My boss sent this on the general channel today:
"Adjust your nuget to the following feed:
https://.....azure.....artifacts....nuget....index.json"
Does anyone have any idea where I go to solve this thing?
Grateful,
I tried to put…

Alvaro
- 3
- 2