How to solve NuGet.targets(124,5): error : Value cannot be > null. (Parameter...
On building the project I am getting this error.Error NETSDK1004 Assets file'J:\Test\core\fx-core\obj\project.assets.json' not found. Run a NuGetpackage restore to generate this file. FxCore...
View ArticleHow can I wrap C# DLLs into a NuGet package on Ubuntu?
On Ubuntu I'd like to wrap a few C# DLL files into a NuGet package. On Windows one would use the NuGet package explorer or nuget.exe+ manually edited *.csproj.nuspec. In summary when manually editing...
View ArticleInstall .NET Standard version of a multi-target Nuget from a .NET 4.6.2...
Is it possible from a .NET 4.6.2 application to prefer .NET Standard version installation of a multi-target Nuget?I have a .NET 4.6.2 application which is using a Nuget package built for both...
View ArticleVisual Studio 2015/2017 local NuGet feed HTTP 403
We've created a local NuGet feed with Nuget.Server. It is a simple ASP.NET application that is hosted on an IIS web server that is part of our local company network.The url of the feed looks like...
View ArticleCan't install Microsoft.EntityFrameworkCore in my project
I am trying to use the UseNpgSql but as far as I know I need to install the Microsoft.EntityFrameworkCore either through NuGet manager or through Package Console.However, I keep getting this...
View ArticleHow do I remedy "The "Copy" task does not support copying directories" in...
From what I've gathered, the only change made since the last build in Azure-DevOps is the verison of this nuget-package.So either there is a mistake made in there (which I am not privy to investigate)...
View ArticleCreate Nuget package from unmanaged (C++/C) code
I have several legacy components written in C/C++ and would like to wrap them into the Nuget package and use this package from C# code.What is the best way to actually wrap C++ code in nuget package? I...
View ArticlePublish Nuget package from on premise TFS2016 to azure DevOps
We are in the process of trying out azure devops in the cloud for all our newest .NET core applications.One thing we need to be able to do is publish nuget packages from our on premise TFS 2017...
View ArticlePublish Nuget package from on premise TFS2017 to azure DevOps
We are in the process of trying out azure devops in the cloud for all our newest .NET core applications.One thing we need to be able to do is publish nuget packages from our on premise TFS 2017...
View ArticleCopy config file from nuget package to application folder
Given:a) .net core library that contains .json configuration file (not appsettings.json) that is built by azure pipeline and packaged into internal nuget package.b) .net core application that uses...
View ArticleUnable to find version 1.202003052.1 for Microsoft.Cosmos.Scope.Sdk
When I try to build my application I get the following error : Unable to find version '1.202003052.1' of package 'Microsoft.Cosmos.ScopeSDK'.When I click Restore I get the following...
View Articlehow to get all nuget dependencies for offline installation
I two computers, one with internet connection and the other one without.I want to install a Nuget package (Nuget.server) with all its dependencies on the offline computer.Unfortunately it is not...
View ArticleHow can I use netstandard2 using .net Framework 4.5?
I'm trying to install the package WebSocketSharp.Standard but I getting installing error.Install-Package : Could not install package 'WebSocketSharp.Standard 1.0.3'. You are trying to install this...
View ArticleCreate nuget package with multiple DLLs And text files
i am creating a nuget package locally using nuget.exe package was created successfully but while referring the package through nuget it will show error in output window of visual studio.My Package does...
View ArticleCould not load file or assembly 'Microsoft.VisualStudio.ConnectedServices,...
Apologies if this is not the right place to ask a question like this.Also sorry for bad english ;)I have Visual Studio 2015 (Version 14.0 I think) on Windows 7.My skills: Hello World level, I just...
View ArticleCompile .bond files of projects using my NuGet package
I have a NuGet package with a .bond file. Users of my package can derive their Bond structs from the structs in my package's .bond file.I want the user's Bond files to be compiled when they include my...
View ArticleWhere can I find documentation for the NuGet v3 API? [closed]
I'm interested in writing a client library around the NuGet v3 API in a non-.NET language. What is the URL to request to get a package, and what is the response going to be?i.e.GET...
View ArticleHow to get rid of this warning of EF in Visual Studio 2019: A version of...
I just added EntityFramework 6.4.4 to the project with the command:Install-Package EntityFramework -Version:6.4.4And then, I enabled migrations. Since then, every time I execute an EF command, I get...
View ArticleAdding .NET 5.0 target to my NuGet packages
I have a few dozen NuGet packages published. Most target .NET Standard. Visual Studio makes it very easy to update these packages each time I compile.Now, I'd like to upgrade these packages to take...
View ArticleNuget package publish is publishing lower versions intermittently
I am trying to publish Nugets to my Nuget server that are to be used in my application. But when I see the version that it's publishing, sometimes it's lower than the latest version on the server...
View Article