↧
How to override nuget dependencies id in nuspec file
I have projectA and projectB in the same solution.projectA creates its own package, but I override the package id by using a...
View ArticleIs there a NuGet Package for compiling Sass to CSS (like NSass) in C# /...
in my C# ASP.NET project I'm getting Sass Code and need this to be compiled to CSS. I found the NSass.Core NuGet Package but it seems some kind of outdated (version 0.0.3, last updated 7/13/2013). At...
View ArticleInstall NuGet package from GitHub Package Registry
After a lot of trial and error I eventually got my NuGet package on the Github package registry with the following actions/commands:Go to GitHubClick your avatar (top-right) → Settings → Developer...
View ArticleAdding reference to another project from visual studio code
If a library (eg, on github) doesn't distribute itself via a nuget package, I'd have to manually include it as a reference, correct? I see a lot of reference posts for how to add a reference to a...
View ArticleError code -532462766 when using FunctionMonkey
I'm trying to follow the "Build elegent REST APIs" for a project.When I get to the section where you build and run it, I get the error:Severity Code Description Project File Line Suppression State...
View ArticleSeveral project nuget package. Unable to find package
I have to netstandard2.0 projects:projectA/src/client/client.csprojprojectB/src/lib/lib.csprojproject A client reference project b lib like:...<ItemGroup><ProjectReference...
View ArticleThe type or namespace name 'ApiController' could not be found - Nuget is...
FrameWork : .Net Framework 4.7.2.Web api project:After pull code from git (worked and compiled on a different local machine), and trying to build,getting:**The type or namespace name 'ApiController'...
View ArticleHow to get custom nuget package list by programming?(.net core)
I can search for a package from an public nuget server feed and learn the version information. How do i access private nuget server package feeds. The code below gives an error on private nuget server...
View ArticleVisual Studio and code not recognizing NuGet install packageI
I had a project that was written some time ago that utilized a few NuGet packages and was working great. Today I had to clone the repo to update it and noticed that the NuGet package that was working...
View ArticleNot able to build/run default ASP.Net 3.1 core react redux app even though i...
Package Microsoft.Extensions.FileProviders.Physical 3.1.5 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.Extensions.FileProviders.Physical 3.1.5 does not support any...
View ArticleHow to debug code in a nuget package created by me
I have a nuget package I created and installed in another solution but now I need to debug de code of the package when called from my new solution.I tried referencing the solution of the package but is...
View ArticleIs there a way to view which package source an installed NuGet package is...
In Visual Studio's NuGet Package Manager, you can view which NuGet packages have been installed in a solution by clicking the "Installed" tab in the package manager.However, in situations where the...
View ArticleXamarin forms: Version conflict detected for Xamarin.Android.Support.Compat
Getting below error in my visual studio.Severity Code Description Project File Line Suppression State Error NU1107 Version conflict detected for Xamarin.Android.Support.Compat. Install/reference...
View ArticleWhat does it mean when a .nuget package has no elements in a dependency...
I'm trying to understand the dependency tree of the CSVHelper nuget packageUnder dependencies it indicates it's dependencies by Framework. We're using .NETFramework4.5. Each of the dependencies is a...
View ArticleCould not load file or assembly or one of its dependencies...
After digging and digging everywhere I came back here.The issue is the following: I need to setup on my local machine a website but I'm stuck here:Could not load file or assembly...
View ArticleAn error occurred while trying to restore packages. Please try again
I am trying to restore the missing nuget packages and it keeps giving me this Error:An error occurred while trying to restore packages. Please try again.Any experience solving this?How can I find out...
View ArticleSubmodule(Git) project is missing a restored NuGet package in a Visual Studio...
I have a C++ console application in Visual Studio under Git, in which I have a submodule static library called LibrarySubmoduleSolution. This LibrarySubmoduleSolution uses Windows Implementation...
View ArticleHow to fix a missing NuGet package error?
I have a C++ console application in Visual Studio under Git, in which I have a submodule static library called LibrarySubmoduleSolution. This LibrarySubmoduleSolution uses Windows Implementation...
View ArticleNuGet Package manager stuck on "Retrieving information..." on VS 2013
Using VS 2013 with NuGet Package Manager installed, I can view all Installed packages, but when I pick Updates or Online, I get an endless busy indicator showing "Retrieving information..."I've...
View ArticleHow to make the Nuget restore work faster?
We are building CD pipeline using VSTS hosted build servers. It takes more than 3 minutes to restore Nuget. This is too much time. How can I make it run faster? Is there any sort of caching system we...
View Article