NuGet Package Explorer is an application that makes it easy to create and explore NuGet packages. It can be downloaded directly from Github, or installed as a NuGet or Chocolatey package
Questions tagged [nuget-package-explorer]
15 questions
10
votes
1 answer
How to add documentation to a function when building a NuGet package
I'm building an internal NuGet package for work, and I want to make it as easy to use as possible.
How do I include function definitions and descriptions for exposed methods in the NuGet package?
I'm going for something similar to this:
Is there…

itcropper
- 752
- 1
- 7
- 21
3
votes
2 answers
VS2017 NuGet: Dependencies not install automatically
I have a problem with Visual Studio 2017. When I install any package, nuget manager not installs dependencies. For example, Microsoft.EntityFrameworkCore.Sqlite has 2 dependencies and I must install it manually.
Is it normal behavior? As I remember…

Phenman
- 59
- 1
- 5
3
votes
1 answer
Adding VSTS package source to NuGet Package Explorer
I've moved my package repository to VSTS and tend to build packages using NuGet Package Explorer. A lot of my packages have inter-dependencies to others that I've created. My question is how to do I add my package feed into NuGet Package…

wonea
- 4,783
- 17
- 86
- 139
2
votes
2 answers
Using NuGet Package Explorer and Azure DevOps Artifacts
Hopefully this isn't a duplicate (if it is, cannot find the answer).
We are trying to store several of our common libraries as NuGet packages and our team lead created an area in the Artifacts (sorry if I fumble on the terminology) to store our…
2
votes
1 answer
Visual Studio Team Services Package Management API
So, much research has shown that the only way to push a NuGet package to the VSTS Package Management is with the CLI tools vs the NuGet Package Explorer app. So, I'm hoping to fix that to make life easier.
Initial research makes me think that I can…

Don Sartain
- 557
- 9
- 25
1
vote
0 answers
Trying to install package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references
I used NuGet Package Explorer (for the first time) to create a .nupkg to share with others. I have one DLL that targets NetStandardLibrary 2.0,
But when I try to add the package I receive the following error:
Could not install package 'iCANMVCSDK…

Rani Radcliff
- 4,856
- 5
- 33
- 60
1
vote
0 answers
create a nuget package with dll in c# and c++
In my C# project I use purely C# dll, but for some functions it is possible to use only C++ libraries and dlls.
What I am trying to do is create a Nuget package consisting of C# dll and C++ dll.
Using Nuget Package Explorer and following the…

NickMan
- 23
- 4
1
vote
0 answers
Adding NuGet package ContentFiles to Azure Functions solution
I am having a great amount of difficulty adding content from a nuget package, into an Azure Functions application within Visual STudio.
When I create a non-azure functions library and/or console application and add the package, the new folder and…

Jacob Gaiski
- 516
- 3
- 10
1
vote
1 answer
Do I need NuGet package explorer with .NET CORE?
I am very very new to both NuGet and .NET core. I was wondering how to create Nuget pakages while upgrading my code-base from classic .NET to CORE and I think I came across two tutorials
Using .NET CORE CLI dotnet command
I was going through a…

Lost
- 12,007
- 32
- 121
- 193
0
votes
2 answers
NuGet package manager does nothing- VS 2022?
From within VS 2022 I navigate to
Then I select but nothing happens. There is no error and no dialog is displayed. I mean, literally,…

Joseph
- 343
- 1
- 14
0
votes
1 answer
NuGet Package Manager error when saving package
I'm using NuGet Package Explorer to create nugget packages, but when I want to save a package in any folder in my PC it throw me a error that says: The file exists and in the folder there is no other nuget package.
How can I solve this?

Paul Miranda
- 738
- 17
- 39
0
votes
1 answer
Publish c# symbols to NuGet package using NuGet Package Manager
I know there is a way to do this using CLI. Is there a way to publish symbols for debugging packages in development using the NuGet Package Manager?
Asked another way, how to debug a package when the package is not able to run in a stand alone…

Eric Snyder
- 1,816
- 3
- 22
- 46
0
votes
2 answers
Can I create a NuGet package (or other package) with legacy dll's that are not on a .NET Framework?
We have a bunch of legacy dll's (basically could be anything, some are old fortran, some .NET) and we want to move them to Azure Artifacts. Can I create NuGet packages from these legacy dll's that are not based on .NET (like the Fortran ones) by…

biggfu444
- 61
- 1
- 5
0
votes
1 answer
what would the proper and easiest way to add these files to a nuget package via nuget package explorer?
I've created a new solution with 2 class libraries and 1 console app for testing the 2 class libraries. I want to create a NuGet package for the solution so other apps can use the 2 class libraries.
I don't think the tester console app would be…

user9393635
- 1,369
- 4
- 13
- 32
0
votes
1 answer
Find Package with source parameter is not working to get the current versions of all the nuget packages
Find Package with source parameter is not working to get the current versions of all the nuget packages
Find-Package -Source "C:\Users\P10410559\source\repos\WebApplication4\WebApplication4\packages.config"
Error getting as :
Find-Package : The…

umeshWeb
- 53
- 8