Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Browsing all 3067 articles
Browse latest View live
↧

Oracle.ManagedDataAccess 21.4.0 will not install

I have a web application in Visual Studio (VB.net) and I'm trying to install Oracle.ManagedDataAccess 21.4.0 via the Nuget Package Manager. The .NET Target Framework is 4.6.1 and I have...

View Article


How to clear a specific NuGet package from local cache using command line?

QuestionIs it possible to clear a specific NuGet package from NuGet local cache using command line?ContextI would like to ensure when I am executing a package restore operation for a project, the very...

View Article


Image may be NSFW.
Clik here to view.

How to adjust or format the column width in output of Package Manager Console

I ran below command in Package Manager Console in Visual Studio:Find-Package analysisserviceswhich gives below output:For several packages whose name is relatively longer than the width of the Id...

View Article

NuGet package dependency version clarification

In a NuGet package, in its .nuspec file, the package dependencies are specified on a per-target framework basis. E.g., in the System.Collections.NonGeneric package, here are its TF...

View Article

The EntityFramework package is not installed on project

I am having trouble getting the EF to install on my very simple project called 'Match' (just now learning MVC, better late than never). The general context here is that I created the Model class with...

View Article


An assembly specified in the application dependencies manifest (...) was not...

I upgraded Microsoft.AspNetCore from 2.0.3 to 2.0.5 and my WebAPI project, although running successfully locally, fails to start in production (IIS). Everything was fine in production until this...

View Article

Image may be NSFW.
Clik here to view.

Visual Studio - How to hide NuGet updates for AspNetCore 6.0.0

Currently I'm using AspNetCore 5.0.11 and Visual Studio 16.11.5.Yesterday they have released .NET 6.0.0. and NuGet is showing me now to update AspNetCore and EntityFrameworkCore to version 6.0.0.My...

View Article

How to create NuGet package that targets .NET 5 or below. But not .NET 6 or...

I've a scenario where the nuget package should be allowed to be referenced on .NET 5 or below projects. But not on .NET 6 and above.The reason being, my library works until .NET 5 but breaks in .NET 6....

View Article


unable to resolve NuGet package dependency when using in non-sdk project but...

I have a NuGet package with the following directory structure.dog.1.0.0.0 - packages - dog.dllThis NuGet works and resolves dependencies when use in an SDK Project template project but it does not work...

View Article


How to figure out the main issue in a Nuget Package

I recently updated my packages and I started to get this weird warning in a few projects. I'm unable to resolve it:Found conflicts between different versions of "System.Runtime.CompilerServices.Unsafe"...

View Article

Image may be NSFW.
Clik here to view.

Updating packages references on multi-targeted project

I'm looking to use multi-targeting for some common projects that need to compile both to .NET Standard 2.0 (for legacy .NET Framework 4.8 projects) and to .NET 6.0 (for new projects). Some of the...

View Article

Is there a way to download packages from nuget.org then do an offline...

My visual studio is installed on a machine which doesn't have internet connection so I can't download and install packages from NuGet Manager in VS.So I am looking for a way to use another machine...

View Article

unable to access microsoft.entityframeworkcore.Tools?

[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json.Response status code does not indicate success: 403 (Forbidden)enter image description here

View Article


Image may be NSFW.
Clik here to view.

Updating package references on multi-targeted projects

I'm looking to use multi-targeting for some common projects that need to compile both to .NET Standard 2.0 (for legacy .NET Framework 4.8 projects) and to .NET 6.0 (for new projects). Some of the...

View Article

NuGet doesn't show installed packages

I have MVC 5 project and I use NuGet to install packages. Yesterday I have installed a couple of packages, but today when I run my application I got an error of missing references. I've realized, that...

View Article


Image may be NSFW.
Clik here to view.

Is it Possible to Get Line Numbers for NuGet Packages in a Stack Trace?

I'm wondering if it's possible to via a setting or option of some kind to get line numbers to appear in a stack trace for code in a NuGet package that's being used by a .Net app. The example screenshot...

View Article

Is 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 Article


How to debug code in NuGet package created by me

I have a NuGet package I created and installed in another solution but now I need to debug the code of the package when called from my new solution.I tried referencing the solution of the package but...

View Article

Can I ignore this nuget warning about no API KEY?

When pushing I see this:nuget push blah.1.0.0.nupkg -source repoWARNING: No API Key was provided and no API Key could be found for 'https://meeee.jfrog.io/meeee/api/nuget/repo'. To save an API Key for...

View Article

Infinite items loading in Xamarin Forms FlowListView

I am implementing the FlowListView NuGet package for a custom listview with multiple columns.(NuGet package link: https://www.nuget.org/packages/DLToolkit.Forms.Controls.FlowListView/)Everything is...

View Article
Browsing all 3067 articles
Browse latest View live