How to create a nuget package with both release and debug dll's using nuget...
I'm using the Nuget Package Explorer to create some nuget packages. I've managed to do so just building a project in Release mode in VS and adding both the dll and pdb files to the package. So far so...
View ArticleIs it possible to use/convert NuGet package as/to dependency for Java Binding...
Hi) Im trying to translate our Android Native Java Library which uses Fotoapparat Library and Tensorflow Lite to Xamarin Java Binding Library. Building it from AAR with "LibraryProjectZip" build...
View ArticleCould not load System.IdentityModel.Tokens.Jwt
I have an asp.net MVC app that utilizes owin json web tokens. I have been deploying this app via the Kudu github integration, and the app works fine.However, I would like to move to deploy via octopus....
View ArticleHow to run/execute the Nuget commands inside bash scripts?
I am building a Nuget package on my windows machine. When I run the below command in win cmd promptnuget spec myProj.csIt generate a myproj.nusepc files & so on.But when I am trying to run the same...
View ArticleChange dll version from an MSI package, InstallShield
We have a legacy application, an msi file was built from one of the class library project which had some dll's downloaded from nuget. There is an update in the dll.I need to place the new nuget dll in...
View ArticleIs exists any nuget package for oauth 1.0 that compatible with asp.net core?
I tried very hard to find and could not.I need OAuth 1.0 since I need to use intuit QB which not support oauth 2.0 yet.thanks!
View Articlenuget package .pp not transform to .cs file
I am creating a NuGet package and I need to include some cs files and hope their namespace can auto transform to the target project's namespace. So I found the document said that I need to use .pp and...
View ArticleHandle logging instance while creating nuget package
I'm creating new nuget package for one of my class library project called CustomersClient where I have constructor with parameters and one of the parameter is ILogger public...
View ArticleRuntime error with NuGet package: Could not resolve type...
One of the users of my Nuget package (ObservableComputations) had a problem while running his application with the Nuget package installed:Error: Could not load signature of...
View ArticleVisual Studio doesn't see NuGet Package
Using Visual Studio 2019. I've installed UnitOf, but none of my controllers can see the package.click to enlarge
View ArticleNuget package not available in artifact
I am trying to push private nuget package via azure pipeline. There is no error but i cant see artifact being published in my feed. Here is my yml file. What am i doing wrong here or what can i...
View ArticleInstalling a netstandard2.0 Nuget Package inside a different netstandard2.0...
I'm currently struggling with something that seems like it's simple, but I can't track down anyone with a similar issue.I'm converting some libraries to netStandard and one depends on another. We'll...
View ArticleINstalling NuGet Package: "Access to the path 'c:\Documents and Settings' is...
First, I must ask for patience... Although I was a real paid developer 15 years ago, now I own low-tech business and haven't touched it in a long time. Back in the day VB.NET was new and I did maybe...
View ArticleWhat are the requirements for publishing code as nuget
Having studied several sources such ashttps://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio?tabs=netcore-cliI am still lacking information as to which...
View ArticleDifference in nugets processing via `dotnet add package ..` vs nugets adding...
I need to use native c libraries in my library(that supports several CoreTFs and .net framework) which is published via nuget. I configured it via .csproj file and runtimes folder. But I noticed that...
View ArticleADOMD nuget package for asp.net core
I am looking at ADOMD nuget package. It seems it does not support ASP.NET Core framework. How can I Get this nuget package for ASP.NET core. If not this package, do we have any other alternative to...
View ArticleIs it possible to change the location of packages for NuGet?
I have the following convention for most of my projects:/src /Solution.sln /SolutionFolder /Project1 /Project2 /etc../lib /Moq moq.dll license.txt /Yui-Compressor yui.compressor.dll/tools /ILMerge...
View Article.NET Core how to hide dependencies in referenced package
I have the following (simplified) setup using .NET Core 3.1Project A (a low level Tools library) references the NLog package. The Tools package provides our custom wrapper around NLog and exposes our...
View ArticleHow to ignore dev dependencies in WhiteSource scan for nuget packages
I want to ignore my SonarAnalyzer.Csharp and Sonarlint package in the C# code WhiteSource scan. They are being captured as Policy Violation.I checked the documentation, there is no option to ignore...
View ArticleC# MDIWIndowListitem isnt working, how do I list open childs and make them...
I want my MDI Container to show in a "Window" tab all of the open MDI Childs.Whenever a MDI Child is clicked, it will be shown on the top. The purpose behind this is to obviously show the ones that...
View Article