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...
View ArticlePacking multiple projects into singular NuGet package
I would like to pack a Roslyn source generator and another project that contains the attributes the source generator acts upon together into one NuGet package. To do this, I've decided that using a...
View ArticleUnable to push nuGet packages to GitLab with dotnet CLI due to Unauthorized...
GitLab now supports nuget public and private feed repository.I've got a public project (e.g: https://gitlab.com/sunnyatticsoftware/sasw-test-support)I create an access token for my user with api and...
View ArticleHow to update 100 of NuGet Package which is Vulnerable, Deprecated and Older...
There are 150+ NuGet Package and some are Vulnerable, Some are Deprecated and most of the are not older version. I am updating NuGet Package one by one and see any incompatible issue arises. if any...
View ArticleAdding reference to another project from visual studio code
If a library (eg, on github) doesn't distribute itself via a nuget package, I'd have to manually include it as a reference, correct? I see a lot of reference posts for how to add a reference to a...
View ArticleMulti-targeting in NuGet package - wrong version referenced
This is my nuget package structure, following the guide here:When this package is installed in a project targeting .Net8.0, I get the warning that it was restored for .Net Frameworks 4.6.1 to 4.8.2,...
View ArticleMulti-Framework Targeting for NuGet Packages
Background - My Build ScriptingI would like to use the dotnet CLI to create a nuget package that can target the following frameworks: net462, net48, net8.0. My library has no dependencies (i.e. it...
View ArticleReferenced dlls are not being installed by NuGet package
I created a project that compiles to ProjectA.dll. ProjectA references a managed dll (Managed.dll), which it obviously needs to work. I'm trying to package both the dlls into a NuGet package, which...
View ArticleNuGet Package Creation: Duplicate File Warnings and Proper File Placement in...
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...
View Articleerror: NU1100: Unable to resolve 'MicrosoftOfficeCore (>= 15.0.0)' for 'net5.0'
In Terminal of Visual Studio Code, when I try to run:dotnet add package MicrosoftOfficeCore --version 15.0.0I get the following error on Visual Studio Code terminal:error: NU1100: Unable to resolve...
View ArticleNuGet Package Creation: Duplicate File Warnings and Proper File Placement in...
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...
View Article"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 ArticleNuke Build with GitVersion
I've been using Nuke Build with GitVersion for a while now quite successfully.However I've tried the upgrade to v6.0.0 of GitVersion in Nuke and it seems to cause me problems.I'm using Nuke to package...
View ArticleInclude assembly from another package into my NuGet package using...
I am building a tool package which depends on another NuGet package. As it is not an usual library, it must include all dependencies into the tools\ directory. I have the following csproj (only the...
View ArticleRunning into a few problems after updating Microsoft.Graph and...
We have created software to integrate with Microsoft Teams, using the Microsoft.Graph packages from NuGet.Up until recently these were working fine even while Microsoft regularly updated its NuGet...
View ArticleHow to manage the Nuget package uniformly in a certain absolute path in...
I want to place the NuGet package in the absolute path D:\vc_packages for unified management, instead of each project having its own packages directory, so I modified the NuGet.Config in the...
View Article.Net Framework 4.7.1 MVC App uses TinyMCE RichTextEditor NuGet Package on...
There is an .Net Framework MVC web App that uses tinyMCE Rict Text Editor 4.5.4 NuGet package.Since it is velnerable, need to update to latest verion 7.2.1 or find alternate.Please find the init part...
View ArticleASP.NET MVC on .NET 4.7.1 app uses TinyMCE RichTextEditor NuGet Package on...
I have an ASP.NET MVC web app that uses tinyMCE Rict Text Editor 4.5.4 NuGet package.Since it is vulnerable, need to update to latest version 7.2.1 or find an alternative.Please find the init part and...
View Articlegitlab: ci nuget packages versioning
I am building and pushing nuget packages using gitlab CI. whenever the package is pushed to the nuget repository in gitlab, it appends the name of the branch.this is my ci pipeline:.vars-readstores:...
View ArticleHow to call an API which is based on XML-RPC specification in C#?
Here is my sample request,<?xml version=”1.0”...
View Article