Using QuickGraph Library in Unity
I am trying to use this (https://www.nuget.org/packages/YC.QuickGraph/3.7.4) NuGet package for my Unity project. I have downloaded and added it, but still cannot reference it.the package is there,but...
View ArticleCheck a pdf document for an existing signature
I have to check (with C#) whether a PDF document is signed or not. I have no interest in checking the signature, knowing whether the signature is available is sufficient. Does anyone know part of the...
View ArticleC#: How to install System.Web
I am using Visual Studio Code version 1.42 on my Ubuntu 18.04. I just successfully installed sudo dotnet add package Google.Apis.Drive.v3 via terminal but I can't find a way to install System.Web on my...
View Articlehow to get all nuget dependencies for offline installation
I two computers, one with internet connection and the other one without.I want to install a Nuget package (Nuget.server) with all its dependencies on the offline computer. Unfortunately it is not...
View ArticleHow to deploy a .NET Core 3.x worker service with TeamCity + Octopus?
We are migrating our current .Net Framework services to .NET Core 3.x. The current deployment pipeline involves the creation of nuget packages using nuget.exe and custom nuspec files. Then Octopus will...
View ArticleVisual Studio Hangs while installing NuGet
When i try to install a particular package VS 15 hangs, and it took more than half an hour to complete the installation. But the same package is installed in VS13 within 2 mins and there is no problem...
View ArticleDependencies getting copied to private feed in Azure DevOps
I have set up a build pipeline for a model library that's shared between several of my projects. I'm accessing it through a private feed in Azure DevOps, and it works just fine. I can retrieve the...
View ArticleManaging nuget updates in local nuget repository
Let's suppose there is a .NET Core project that has a reference to a nuget package say nugetD. That nuget package in turn have references to 3 other nuget packages say nugetA, nugetB and nugetC. The...
View ArticleSpecifying Nuget Package Platform Target
I want to create a Nuget Package for a C# library that targets .NET Framework 4.0 and higher.If I put my library in a directory named Net40, will this cause issues for projects that target say 4.1 and...
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 ArticleImpossible to install GoogleAnalyticsTracker.Core Nuget package
I want to install the package GoogleAnalyticsTracker.Core from Nuget in my C++ project, but when I try to install, I get this error: Could not install package 'GoogleAnalyticsTracker.Core 4.0.0'. You...
View ArticleHow to use NuGet-Packages with svn?
In my project there are some NuGet-Packages installed. The packages.config looks like this:<?xml version="1.0" encoding="utf-8"?> <packages> <package id="Antlr3.Runtime" version="3.5.1"...
View ArticleHow to resolve "The type or namespace name 'Didstopia' could not be found...
I'm using VS2019 trying to build a simple .NET Standard 2.0 class library that uses the Didstopia.PDFSharp .NET Standard 2.0 nuget package.Here's a minimal reproduction starting with my .csproj...
View ArticleManage Nuget Package in VS 2015 grey out
I want to use Nuget to download a package VS 2015 for Node.js project, however, it is grey out as shown below:How to resolve it?
View Article.Net Nuget Package install rerturns ssl error
I am trying to use Newtonsoft.Json.Serialization namespace in my C# project. While I was searching on Google, I found out "dotnet package Newtonsoft.Json" is a way to install the package on ubuntu...
View ArticleCould not install package '--'. You are trying to install this package into a...
I created this package, I need it in a project but couldn't install it, this error appears:Could not install package 'Mshwf.NiceLinq 1.0.9'. You are trying to install this package into a project that...
View ArticleUnable to find package LDAPLoginAuthentication - gitlab-ci.yml for dotnet core
I am trying to build dotnet project using .gitlab-ci.yml. Everything was fine until I had to use custom Nuget package. I dont have enough background on .net and based on quick read from documentation I...
View ArticleHow to publish XML files from a NuGet package to an ASP.NET Core 2.1 application
I have an ASP.NET Core 2.1 application (say, MyWebApiApp) that references a NuGet package (say, MyPackage), which contains models used in a Web API. These models are documented using XML comments, and...
View ArticleOrder of precedence for NuGet packages that support multiple target frameworks
I have a NuGet package that supports multiple target frameworks net45 and netstandard2.0. There are differences in the code for the target frameworks (conditional compilation).If I reference this...
View Articlehow to replace the statement_descriptor parameter with...
I am using stripe.net NuGet package. As a part of the latest update in stripe I need to replace the statement_descriptor parameter with statement_descriptor_suffixHere is the StatementDescriptor in...
View Article