Missing static file from nuget package on install
I am trying to include a global configuration file in my nuget package. This is what I have so far:In my csproj I have the following:<ItemGroup><Content...
View ArticleHow can I make my managed NuGet package support C++/CLI projects?
I have made a NuGet package that works well when I use it from a C# project. It contains a DLL in the lib/net40 directory, and the DLL gets added as a reference.Now that NuGet supports C++, how do I...
View ArticleWhat do you need to do in order to be able to "using System" in Rider in a C#...
What do you need to do in order to be able to "using System" in Rider in a C# file?screenshot
View Articlemsbuild with p:RunOctoPack missing files
DLLs are missing when I package using MSBuild.msbuild ./MyProject.vbproj /p:RunOctoPack=true /p:OctoPackEnforceAddingFiles=trueThere are no missing files if I use octo pack directlyocto pack...
View ArticleAdding AWS Kinesis Firehose Nuget package as dependency in Azure...
Working on an cloud integration project where the goal is to receive batch data through IoT device which is being done using Azure serverless function which consists of the received data.Now, this data...
View ArticleNuget packages with both debug and release
In our work we have one team that develops libraries and other teams that develop projects using those libraries.The libraries team has much more experience than the projects one.We created this...
View ArticleDependencies to .Net libraries packages
I have a solution in the visual studio with many projects consist of startup project and some libraries that libraries are used in the startup project.I have installed a package for one of the...
View Articleddl.refersh files aren't generated
I am using vs19, and my project is using .net4.5. I am installing packages from nuget.org, it installs the pancakes into packages folder but the dll.refresh is not generated in the bin folder. Is there...
View ArticleNuget package files reappear after post build event
I have a nuget package which is like<package...
View ArticleCredentialManagement 1.0.2 - Nuget package not able to fetch credentials from...
We are using CredentialManagement v1.0.2 Nuget package within WPF app to fetch the user credentials from Credential Manager. Below is the code : private static Credential GetCredentials(Credential...
View ArticleNuget package subfolder
I want to create a nuget package with referenced dll to be copied into subfolders . How to specify the output path in nuspec file.<package...
View ArticleNuGet Build Not Adding RepositoryUrl Property
I'm having trouble setting the RepositoryUrl tag within my NuGet package. It just doesn't seem to be reflected in the built output and the documentation for where exactly it should go is extremely...
View ArticleAdd 2 different versions of same package in NuGet
Is it possible to have 2 different versions of the same NuGet package (in my case it's jQuery 1.10.1 & 2.0.2) within same project?If yes, how can we do that?
View ArticleOwn Nuget Server - The V2 feed at '' returned an unexpected status code '404...
I created my own Nuget Server following the documentation and I got it, but I cannot access the packages from Visual Studio 2019 Community Nuget Package Manager.So, when I do it through a browser I get...
View ArticleNuget package contentFiles not copied to .NET Core project
I'm trying to extract content files from a Nuget package to a project referencing my package.Based on Justin Emgarten's commentPackages.config projects use the content...
View ArticleNuGet v4 contentFiles not getting copied to output
I'm having trouble with NuGet copying files to output, using NuGet v4 CLI.My directory structure looks like...
View Articleusing relative path on .nuget packages folder in .csproj file
How to use relative path on .nuget packages folder in .csproj file. I've .txt content files and it is copied to my bin directory if I make a build only if I set the property to copy always. By doing...
View ArticleDebugging into Nuget Package, dotnet Pack (.Net CLI) vs. Azure Pipeline Pack...
After updating Visual Studio 2019 (Version 16.10.2) two weeks ago, we realized that it was suddenly possible to debug into our own made Nuget Packages without any copying of Symbols or other technics,...
View ArticleNuget Package Source is not prompting for credentials
I've added a NuGet Source. It needs credentials but when I'm installing a package using install-package packageName nothing happens. I tried the same steps on other PC and it works. I'm using Visual...
View ArticlePrecompiledView in a Nuget package is not getting in application
I had created a Nuget package with Precompiled Views. I want to bind an HTML page in the application where the Nuget package is installed. But it is showing an error like the view not found. If I...
View Article