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

Image may be NSFW.
Clik here to view.

Why is Castle.Core being added as a dependency to my Nuget package?

I created a VERY basic .NetStandard2.1 class library -- a single class with a single interface. I built the solution and committed to Azure DevOps.I created a build Pipeline that compiles the library,...

View Article


Nuget.exe command CLI does not recognized

I would like to add feed to push my nuget package to Azure Devops as artifacts. I have followed all the steps that have been mentioned in the Microsoft docs to push my nuget package to Azure Devops. I...

View Article


nuget packages failing to download in VS 2019

I am trying to restore packages for my .Net core solution from private proget server maintained by my organization using vpn. But it is not completing for last 7days due to some unknown network issues....

View Article

Could not load file or assembly 'MahApps.Metro, PublicKeyToken=null' or one...

I built an installer for a .Net application that contains MahApps.Metro dll for WPF forms. I added the MahApps.Metro DLL to the resource folder and referenced it from there in the project. The...

View Article

Azure CI Pipeline Not Preparing Minified Files using BundlerMinifier into...

Utilizing Azure CI Pipelines to help build and prepare my artifact for deployment, the minified files seem to be excluded from the prepared artifact.Looking at the build logs I can see the files get...

View Article


Offline Nuget Packages

I need to install Nuget Package ProductionStackTrace, so I use the following commandPM> Install-Package ProductionStackTraceBut when I execute this command I get the following errorThe source at...

View Article

NuSpec version attribute vs assembly version

When creating a Nuget package, the version in the file name of the Nuget package seems to come from the AssemblyInfo file in the web application project. I have also created a version attribute inside...

View Article

Image may be NSFW.
Clik here to view.

Include file in nuget, when multitargeting frameworks

I need to embed specific dll in my nuget package. I know how to do it when my project targets only one framework, but i can't make it work when my project targets 2 frameworks.I'm using dotnet pack to...

View Article


How to configure Dependabot on Azure DevOps to create only one PR for...

We use dependabot-azure-devops by tinglesoftare to track updates of our dependencies and create pull requests automatically.The azure devops pipeline is rather straigh forward:trigger:- masterpool:...

View Article


Detect if Nuget uses proxy

I am currently working with the nuget CLI tool in the office and at the homeoffice.In the office is use the following setting in my global Nuget.config:<config><add key="https_proxy"...

View Article

Problems with Reqnroll test generation

I have created a functional test solution for my .Net application using NUnit3 and Reqnroll (formerly SpecFlow: the project was initially created using SpecFlow, later migrated to Reqnroll).Solution...

View Article

Image may be NSFW.
Clik here to view.

How to solve this MAUI dependencies hell

I have a MAUI app which has these packages:I have updated all packages so there is nothing else to update.However, after some short time, the dependency Microsoft.Maui.Controls.Compatibility is...

View Article

NU1301: Unable to load the service index for source, even after setting up...

Recently my Net7 build pipeline started failing with the errorNU1301: Unable to load the service index for source...

View Article


Why are my C# Azure SDK binding redirects not working?

I am making a DLL extension that uses the Azure SDK libraries in .NET framework 4.6 to an existing program.I had the program developers compile the program adding a reference to my DLL earlier,...

View Article

Nuget JFROG connection failed "Unable to load the service index for source"

Jenkins pipeline fails:Determining projects to restore...[2024-09-10T10:33:55.379Z] Restored...

View Article


Image may be NSFW.
Clik here to view.

"This solution contains packages with vulnerabilities" - How do I determine...

Visual Studio shows me the following warning when I open the solution explorer:When I click the 'Manage NuGet Packages' link and scroll through the nuget packages, I can't see any indication of exactly...

View Article

Visual Studio shows 'No package found" with Nexus Repository Manager OSS...

I have installed Nexus 3.70.02-01 Repository Manager OSS on Ubuntu 22.04 and configured Nginx as a reverse proxy. I then accessed Nexus via the web, added a NuGet proxy, and configured the remote...

View Article


Nuget Package Re-Targeting In Web form app after upgrading the framework from...

I Have Web Forms App projects and i upgraded target framework from 4.7 to 4.8.1 and i want to update nuget packages in same manner, i tried update-package -ProjectName {projectName} -reinstall, but it...

View Article

Clash between development and production NuGet config files

My .net project is built locally by me during development, and remotely by my ci/cd server.The project has project-level config in myproject/nuget.config. It is used by my ci/cd server, which provides...

View Article

I'm having trouble installing Community.Toolkit.MVVM in VS 2022 ver. 17.11.3

when I go to the NuGet Package Manager in VS 2022 and download CommunityToolkit.MVVM, it gives me the followin error message:This version of the MVVM Toolkit requires'Microsoft.Windows.SDK.NET.Ref'...

View Article
Browsing all 3067 articles
Browse latest View live