Css and js files are not including into target project when I install my...
I try to create nuget package from my netstandard 2.1.Package was created successfully and my conect files also include in package folder.But my problem is When i try to install this package into my...
View ArticleEquivalent of maven dependency tree for nuget
How to list all nuget dependencies, in greate tools like Maven or Gradle I can run simple task like gradlew dependencies etc. I know that nuges is not advanced tool like Gradlew, but should support...
View ArticleHow can I use NuGet packages in my Azure Functions?
Using Azure Functions, can I reference and use NuGet packages in my C# function?
View ArticleAfter uninstalling NuGet Package, the project still refers it
There are two NuGet packages used in several projects in a solution. Say Package A & Package B. The Package B has dependency with Package AIn a project I have uninstalled Package A and Package B is...
View ArticleIs there a c# library or Nuget package similar to matplotlib in python? It...
I used python to achieve these functions. The python program is shown in the following picture: python to implement the functions described aboveI have tried these: opencvsharp, Aforge. opencvsharp...
View ArticleNeed to open a readme.md file while nuget installation
Need to open the readme file while nuget is getting installated.Able to add the readme file which is added to the project through the dotnet pack. while unpacking the nugpkg file able to view the...
View ArticleSetting up a common nuget packages folder for all solutions when some...
I have been using NuGet to retrieve packages from external and internal package sources, which is very convenient. But I have realized that the packages are by default stored per solution, which is...
View Article.Net Core 2.2 Package Warning
I have a Web API in .net core 2.2 and 2 i've got a warning with 2 of my packages. the warning says that :" warning NU1701: Package 'Microsoft.AspNet.Razor 3.2.7' was restored using...
View ArticleNuGet Package - Config File is not Copied to Project
I am trying to create a standard logging tool library for multiple projects. I have created a NuGet package which uses the NLog library. However, when I install this NuGet package onto a project, it...
View ArticleHow to handle public and private dependencies and packaging in Powershell...
I have a sample project https://github.com/hagatorn/LunarSolarDate which is pre-release so please excuse the lack of finish.If I build the project I can import the module in the bin directory:...
View ArticleCould not load file or assembly 'StackExchange.Redis, Version=1.0.316.0
We are using the latest version of Owin Security RedisTokenProviders but we have problem:Could not load file or assembly 'StackExchange.Redis, Version=1.0.316.0, Culture=neutral, PublicKeyToken=null'...
View ArticleASP.NET Core - 2.1 to 2.2 Issue
Visual Studio 2017 15.9.18 on Windows 10I have an ASP.NET Core Project that I need to update the Target Framework from 2.1 to 2.2 After changing the Target Framework, I cleaned an re-built the...
View Articleildasm on Linux via nuget installation: ildasm executable not found
I installed ildasm on my Ubuntu 18.04 vianuget install Microsoft.NETCore.ILDAsm I somehow ended up with two directories:/home/vagrant/.nuget/packages/microsoft.netcore.ildasm/2.0.8/...
View ArticleAzure DevOps pipeline variables in .nuspec files
Is it possible to use Azure DevOps pipeline variables in .nuspec files, which are used for packages creation?<?xml version="1.0" encoding="utf-8"?> <package...
View ArticlePreparing an agent for the job. Agent not running on Devops
I have a dev ops pipeline that used to work, so that when I push my source code the project builds.I am using the hosted agents.However at the moment I get a message Preparing an agent for the jobAn...
View ArticlePackage requires NuGet client version '2.12'
I am trying to install 'WindowsAzure.Storage 8.0.1' in visual studio 2012, but getting the error package requires NuGet client version '2.12' or above, but the current NuGet version is...
View ArticleNuget error while searching NuGet Package
[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while sending the request. Unable to connect to the remote server A connection attempt...
View ArticleHow to pack a referenced project into a nuget package?
I have a C# solution which contains 3 projects; Application.Server, Application.Client, and Application.Common. Both server and client have a project reference to common.I want to pack server and...
View ArticleNuGet restore fore solution to get wix getting failed in Azure Devops
While running the wpf UI tests the following task 'NuGet restore fore solution to get wix' getting failed in Azure Devops with below errors. Could someone please advise on how to resolve the errors ?...
View ArticleNuGet add within Powershell
I'm trying to execute the following NuGet add command via a PowerShell script: Invoke-Expression "'C:\Program Files\NuGet\nuget.exe' add '\packageName.1.1.0.nupkg' -Source '\\file-server\My Nuget...
View Article