How install MathNet.Symbolics in ASP.NET 4.8
I have an application in ASP.NET on .NET 4.8, when I install nuget package MathNet.Symbolics I get this error:Can't find a version of 'FParsec' compatible with 'MathNet.Symbolics 0.25.0 restriction:...
View ArticleHow to resolve NuGet Transitive Packages with vulnerabilities
I have a project that requires the System.ServiceModel.Http NuGet package.That particular package references 6 other packages transitively.One of the transitive packages has an identified vulnerability...
View ArticleHow to get globalization for jquery validation in MVC 5
I use VS 2017 and I have an MVC 5 project.I used NuGet to install jQuery.Validation.Globalize. Which also installed as dependencies:jquery-globalize (>= 1.0.0)cldrjsI included the following...
View ArticleNuget packages with both debug and release
In our work we have one team that develops libraries and other teams that develop projects using those libraries.The libraries team has much more experience than the projects one.We created this...
View ArticleHow to add nuget package for offline tfs build task
I have an TFS build server without internet access. There is a build definition with Nuget Restore step. It's configured as I understand to take package from Destination directory folder:At least all...
View ArticleHow can I copy plug-in DLLs from a sub folder using NuGet
For a .NET Framework project (SDK style) I'm trying to create a Nuget package including code, documentation and additional plug-ins from a user control.After creating my NuGet package and using it in a...
View ArticleInstall a Nuget package in Visual Studio Code
How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I do it in VS Code?
View ArticleGetting error "The located assembly's manifest definition does not match the...
The error message you're encountering states:"Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The...
View ArticleAzure.Cosmos package install prevents publication (Cloud Service)
After installing the Microsoft.Azure.Cosmos package, I am unable to publish my cloud service (extended support) application due to a System.Reflection.ReflectionTypeLoadExceptionThe project builds and...
View ArticleWhy am I getting runtime error "Could not load file or assembly...
I recently installed a NuGet package into one of the projects in my solution. There were no issues during installation. There are no issues with building my code, rebuilding my code, or starting up the...
View ArticleHow do I use OpenCover and ReportGenerator to view Unit Test Coverage Results?
I'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them working. I'm using VS.NET 2012 'Professional' which means I don't have access to the...
View ArticleHow to tell self-created NuGet package that something changed in application?
We have created a simple NuGet Package which wraps our most used Request functions ( basically sending API-Requests with HttpClient) so we do not have to implement them in each project again. We use a...
View ArticleHow do I resolve the error Publish-PSArtifactUtility : Failed to generate the...
I'm trying to publish a PowerShell script to PSGallery and I have successfully published PowerShell modules in the past, so my API key works (even tried renewing it).MS Learn - Creating and publishing...
View ArticleHow to upgrade nuget package
I'm trying to update nuget Community.Toolkit.Maui from 6.1.0 to 8.0.0.I have a dependency restriction for Microsoft.Maui.Controls.Compatibility and Microsoft.Maui.Controls set to >= 8.0.14When i am...
View ArticleHow 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 ArticleMicrosoft.TypeScript.MSBuild package checkouts all .ts files in VS 2022 when...
I have problem with Microsoft.TypeScript.MSBuild NUGET packageWhen I build project, all typescripts files are checkedout although there is not any changes on those files. How can I get rid of this...
View ArticleExecution problems in visual studio for Mac 2019 (NuGet packages)
I want to use C# in Visual Studio but I cannot execute any C# projectsAnd it just shows the error, which says "Failed to read NuGet.Config due to unauthorized access. Path ...." also says "you should...
View ArticleHow can I automatically increment the version of my local NuGet(Baget)...
We use local NuGet (BaGet) to store our custom packages. We assign a new version number for each update we make. I am sharing code snipped from my .csproj file in the...
View ArticleHow can I automatically increment the version of my local NuGet (Baget)...
We use local NuGet (BaGet) to store our custom packages. We assign a new version number for each update we make. I am sharing code snipped from my .csproj file in the...
View ArticleRestore all nugets and their dependencies to a flat folder
I have a c# project, I need to be able to restore all its nugets (and all their dependencies) to a folder and then load dynamically (using reflection) one DLL.This single DLL might depend on other dlls...
View Article