Core MVC - Ajax unobtrusive does not exist
In my Core MVC 2.2 project I added jQuery Unobtrusive Ajax (v: 3.2.6) via Nuget packages. First thing I noticed there was no local folder added for it in wwwroot/lib, also if try something simple...
View Articlenuspec contentFiles element invalid in metadata
I have included the following in my nuspec file:<?xml version="1.0"?> <package> <metadata minClientVersion="3.3"> <contentFiles> <file src="*.css" target="_css" />...
View ArticleXamarin.Cognitive.Face API connecting problems
I tried to use this Nuget package, but I can't connect to the API. I got an error " Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError: Failed resolution of:...
View ArticleCreating NuGet package: NU5128 exception - not clear on how to fix
I have a DLL addressing the .NET 4.7.1 library. Probably irrelevant, but it's written in C# and consumes NuGet packages using the "packages.config" pattern, rather than the newer PackageReference...
View ArticleUsing iText7 Within an SSIS Script Task
I'm new to NuGet. I have used the NuGet Package Manager to install iText7 in order to package several .pdf files into a single file. There are many code examples, but I am stumped by the behavior of...
View Articleinstall System.Net.Http to .net framework 4.0 project
I need use AuthenticationHeaderValue for getting tokenvar token = new System.Net.Http.Headers.AuthenticationHeaderValue("Basic",...
View ArticleHow to create a .Net NuGet package addressing 2.0 and 2.1
Our company has multiple applications that are .Net Framework 4.8 and we also are growing the number of applications that are .Net Core 3.1.We have written a whole library of NuGet packages (in a...
View ArticleRemove Nuget Package Completely from System
I have installed a nuget package which copies some structures for validation. To test something I modified the contents of the structure from the nuget directory. I have reinstalling it to get the...
View ArticleUnauthorized nuget package from Visual Studio Team Services using asp.net...
I am unable to install/restore nuget packages from a Visual Studio Team Services feed in an asp.net core web application (RC2). I receive the following:error: Response status code does not indicate...
View ArticleC# Using Microsoft.Toolkit.Win32.UI.Controls in .NET Framework 4.6.1 - Web...
My program has been using the Web Browser Control for a while in my program, but it simply does not cut it anymore as it isn't able to work properly with the javascript on most webpages. Luckily,...
View ArticleFirebase dynamic link is not resolving in Xamarin Forms iOS
I am using Xamarin.Firebase.iOS.DynamicLinks 2.3.1.1 for dynamic links, Earlier it was working fine but recently it is not working. While trying to extract the short link, long link getting null. Is...
View ArticleIs it possible to debug NuGet meta-packages?
I have .reference files that generates meta-packages that other projects use. Is it possible to debug (step-into) the packages within the meta-packages?
View ArticleDot Net Framework 4.8 installs a lots of extra dependencies while installing...
I have a project let say A in which some of the solution are targeting .Net Framework 4.8. -- Project AWhen I install nuget a package.(Nuget package Dependencies : v4.6.2 ,v4.8 v4.7, v4.7.1, v4.7.2,...
View ArticleHow to find out which .NET framework nuget package targets?
I have C# project that has to target .NET 3.5. framework and I have several nuget packages I'd like to install in the given project. How to find out, for a given nuget package, which .NET framework...
View ArticleHttpBrowserCapabilitiesBase does not exist in namespace 'System.Web'
I installed the System.Web nuget package in the .net framework project, but for some reason it is not able to recognized the HttpBrowserCapabilitiesBase class and it just showed red underlined under...
View ArticleDebug.WriteLine command does not appear any output
I have .Net project as nuget package. I am creating new project and adding this package to my new project. Nuget package project has Debug.WriteLine commands but I do not see any ouput in new project's...
View ArticleIs there a command to point nuget.exe to a specific NuGet.Config file?
I am trying to install Nuget packages via the cmd because our program runs on multiples VMs which chosen randomly. Some of these VMs have Nuget installed and have a NuGet.Config file which installs the...
View ArticleHow to install Google Apis Drive v3 via command line on Ubuntu-18.04
I have been trying to install Install-Package Google.Apis.Drive.v3 using this source with the difference that I have Ubuntu-18.04 instead of Windows. I know it may be a simple question but I have been...
View ArticleFiles from SqlServerTypes do not load in the right place
In the application I found such a class looking for suitable filesnamespace SqlServerTypes { /// <summary> /// Utility methods related to CLR Types for SQL Server /// </summary> public...
View ArticleHow to make the Nuget restore work faster?
We are building CD pipeline using VSTS hosted build servers. It takes more than 3 minutes to restore Nuget. This is too much time. How can I make it run faster? Is there any sort of caching system we...
View Article