Skip to main content

Questions tagged [nuget-package]

NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.

nuget-package
0 votes
0 answers
13 views

How do binding redirects currently work for ExcelDNA plugins?

I am currently stuck in dependency hell with an Excel DNA plugin that uses the Azure SDK to talk to a blob store. I am encountering the issue outlined here https://github.com/Azure/azure-sdk-for-net/...
OJones's user avatar
  • 1
0 votes
0 answers
31 views

How Do I Send Notifications Using .Net Maui Plugin.Firebase?

I want to send notifications in the application I made with .Net Maui 8.0. I will do this using Firebase, but I encounter problems. I want to send notifications using Firebase in the application I ...
Hasan Ozlen's user avatar
0 votes
0 answers
20 views

SSL CONNECTION ERROR- Dotmim sync httpresponse

I have Implemented the dotmim.sync nuget package to sync the data from clent to server and server to client db my client site uses a self signed certificate and the data is stored in sqlite db My ...
user3632220's user avatar
1 vote
1 answer
43 views

Need to update all Nuget packages to latest version in a solution that has projects which targets both .NET 4.7.1 and .NET 8

I have many solutions, and each solution has many projects. Some projects may be used in multiple solutions. The ASP.NET MVC web app is targetting .NET 4.7.1. The API and library project both target ....
user3497702's user avatar
0 votes
0 answers
32 views

.net mvc project sdk package error: MSB4019: The imported project "../Microsoft.NET.Sdk.Common.targets " was not found

My project was working smoothly until a while ago I reopen it to find the following error when trying to build it (I'm using vs code) I noticed sdk 8.0.107 being recently updated/implemented ...
Leon's user avatar
  • 1
1 vote
0 answers
56 views

System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.1.2.0

I am trying to create a .Net Standard 2.0 library (I am using visual studio 22) I encountered the following problem while running the project: Unhandled Exception: System.IO.FileNotFoundException: ...
Ranel's user avatar
  • 11
0 votes
1 answer
72 views

NU1100: Unable to resolve Azure DevOps nuget package

We have an Azure DevOps nuget package that another service which is a net api uses without a problem. However, when this package is added to the worker service, pr pipeline fails at the "Restore ...
IbrahimD's user avatar
  • 943
0 votes
1 answer
43 views

Nugget Package - consult security issue in solution VS2022

I saw in solution explore in Visual Studio 2022 problem with Nuget Packages with vulnerabilities, exist any command get that information?visual studio explore the objetive is List all vulnerability ...
sebarigonatto's user avatar
0 votes
0 answers
18 views

Include dependent DLLs of dependent csprojs in nuget package

I have the following structure in my solution: Proj1 --> Proj2 -->Newtonsoft.JSON I am packing Proj1 as a nuget and I want it to contain both Proj2.dll and Newtonsoft.JSON My Proj1 looks like ...
Silviu Preda's user avatar
-2 votes
0 answers
46 views

Try to run a program in VS Code with dotnet it don't work it say directions not found

This is the error I get whenever I try to run my C# code: dotnet run --project ProjectName.csproj Unhandled exception. System.IO.FileNotFoundException: The resource avares://ProjectName/Assets/...
Anorial's user avatar
-4 votes
0 answers
59 views

SA1201: A constructor should not follow a property

// <copyright file="CronJobSchedular.cs" company="WindSoft"> // Copyright (c) WindSoft. All rights reserved. // Licensed under the WindSoft license. See LICENSE file in the ...
Rohan Sharma's user avatar
0 votes
0 answers
56 views

"Deprecated: This package has been deprecated" Warning When Installing Widely Used Nuget Packages

I am trying to install several Nuget packages, but Nuget labels them as "Deprecated". However, I know for a fact that they are still widely used and included in other "Non-Deprecated&...
SuperNormalDev's user avatar
0 votes
0 answers
24 views

NuGet Package Creation: Duplicate File Warnings and Proper File Placement in .csproj

I have a project written with C# using .net462 (this cannot be changed becasue it is also used from power apps where the plugin will be added). I tried to convert PDF to images using PDFIumViewer and ...
Χρηστος Σγουρος's user avatar
0 votes
0 answers
21 views

Failed to install NuGet package in Visual Studio 2019

I'm working on C# WinForms project, on off-line PC and need to install several NuGet packages. I have copy of this packages on the PC. When I try to install using NuGet Package Manager it fails for ...
Yakov's user avatar
  • 307
1 vote
1 answer
41 views

why i have this problem with this Nuget package

I have created a new project on visual studio .net maui. I´m trying to install the NugetPackage CommunityToolkit.Maui version 9.01 enter image description here But when I install it, an errors appears ...
hugo vazquez's user avatar

15 30 50 per page
1
2 3 4 5
249