How to prevent the release pipeline in VSTS from creating nuget.org packages
I created a build and release pipeline for my NuGet package using VSTS.But after running the build and release pipeline successfully, the feed includes the nuget.org reference which was added. How can...
View Articlepublish a nuget package from a copy
It seems my team mates have turned off their nuget server and gone on holidays. I need a temporary work around so that my Azure Dev Ops build does not fail when restoring the nuget packages.I have a...
View ArticleCan't use my installed NuGet package in code
I have installed NuGet package Miracle.FileZilla.Api in my VS project, but when I try to include it in my code via directive "using" VS says there's no namespace "Miracle". How do I fix it? Thanks.
View Articlenuget dll is used by another process
I have the error from below and I'm quite out of ideas how to solve it. Tried the following until now:Clean bin/obj/packages/packages cacheRemove manually from csproj and packages files the package and...
View ArticleAdding EF Core to a NET Standard project introduces transitive dependency...
I have a solution with multiple .NET Standard 2.0 projects.One Project A uses the Google.Protobuf (3.11.2) NuGet package, that depends on System.Memory (4.5.3) System.Buffers (4.4.0)...
View ArticleNuget Hell: Cannot reference NuGet package in UWP application due to public...
I have a UWP app and a bunch of NETStandard 2.0 libraries. The libraries contains a lot of logic and communication interfaces that I am using in ASP.NetCore and Desktop WPF applications, so I am not...
View ArticleFont Awesome Icon not working in .NET/MVC Application
Kind of simple as the title says but I'm struggling with the steps. I downloaded font-awesome from Nuget Package Manager and added it to my project.I also added the the font-awesome css in my bundle...
View ArticleHow to package Universal Windows Class Library to a private NuGet feed using...
I have a Universal Windows Class Library containing xaml styles I want to reuse in multiple projects.So I want to package it into a NuGet package and I can't find any doc that explain how to do it...
View ArticleVisual Studio C++ 2009 nuget package manager licurl "unresolved external"
Visual Studio C++ 2009 comes with NuGet package manager that allows the download of libcurl (as an example). After downloading, availability of libcurl is observed through Project >> Properties...
View ArticleTFS 2015 Build: NuGet restore from an internal repository [duplicate]
This question already has an answer here:How to get TFS2015 Build (Build.vnext) and NuGet package restore to use custom package sources 8 answersWe have set up an internal NuGet server and added that...
View ArticleOnly create Nuget package if project has changed
Given a solution containing both a Web Api project, an Api Client Project, and an assembly project containing shared Dto objects as follows:Solution Web Api ProjectShared Dto ProjectApi Client...
View ArticleXamarin.Forms and iBeacons
Could anyone suggest me a Xamarin NuGet package to monitor iBeacons?I have tried Plugin.BLE to scan for beacons. Is there a way to monitor the proximity of beacon?
View ArticleCREATE FILE encountered operating system error 5(Access is denied.) while...
net migrating from java in selfstudy mode.(visual studio 2019 community & SqlServer 2017 64bit community edition installed). I was following the instructions on this tutorial linkWhen I executed...
View ArticleBuild error, NuGet refrence package error
Severity Code Description Project File Line Suppression State Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more...
View ArticleHow to PS Move-Item with inheritance enabled?
I'm moving NuGet packages to may local network folder with this commandmove-Item xyz.nupkg -Dest $env:nugetsDir I have a problem in that the file is not inheriting permission from destination folder...
View ArticlePackage Newtonsoft.Json, version 12.0.2 was not found. It might have been...
i have working on asp.net core application.suddenly it throws below error . i have try to restore nuget packages and restarted the machines .All of them failed and getting with below error.version:
View ArticleBe able to find the NuGget package to install from...
I'm trying to build a console project (.NetCore 3.1) to run the matrix multiplication example.The issue is the following with VS2109using System.Windows.Media; (VS2019 suggest me to remove the...
View ArticleWhat is the reverse for Update-Database (used in Package Manager Console)?
I have been changing my domain classes and executed Update-Database in the Package Manager Console, After i realized that need to add an index and need to down-grade to the previous state. what is the...
View ArticleDeploy WPF Application with squirrel.windows and no windows 10 entry in...
The goal is to deploy with squirrel.windows, to can install, update, uninstall and to see it in Program & Features in Windows 10. To have add the end also a MyApp.msi file would be a plus.Case 1: I...
View ArticleIs there a nuget.exe command-line equivalent of Uninstall-Package?
I'm working on a NuGet package that installs a bunch of content - views, scripts, CSS files - into a web application, and trying to improve the change-compile-test cycle. I have two projects - the...
View Article