Can't update support libraries and GooglePlay.Maps packages in my...
I am following a youtube tutorial for integrating PlacesApi in my Xamarin.android Project. I was using 28.0.0.1 version for support libraries and Android OS 8 (Oreo) as Target Framework and in the...
View ArticleHow to use ANRWatchDog with Xamarin.Forms
My app occasionally produces an ANR so I've installed the nuget package Xamarin.ANRWatchDog in the hope of finding where the issues are coming from but I'm having problems using the package so I'm...
View ArticleAutomatically publish a NuGet package built with VS2017
New in Visual Studio 2017 is the ability to generate a NuGet package on build for some target types (namely, .NET Standard 2.0 which is what I'm using).This works great, and the .nupkg file is...
View ArticleVS2019 cannot load the project due to missing NuGet...
One of the projects I have in my solution is not loading in VSE2019. It throws this error: C:\MyProgram\src\MyProgram.Functions.csproj : error : The project file cannot be opened by the project system,...
View ArticleNuGet Package Manager Console returns InvalidOperation when trying to install...
I am trying to install the ZXing.Net library to VisualStudio 2019 to use in Unity but entering the command in the console returns a category of InvalidOperationI just copy pasted the code right our of...
View ArticleHow to instal jquery in .net core projet?
In VS2019 I created a .net core 3.0 project and from Tools>NuGet Package Manager>Manage NuGet Package.... installed jQuery 3.4.1 on my project.Search and install it successfully but it doesn't...
View Articlec# Find a facebook profile from name, mobile number and city
I have installed the Facebook nuget package. I have a person name, mobile no, city detail with me, with this detail I want to get details from facebook like married status, education,birthdate or age,...
View ArticleMy own hosted NuGet server doesn't work properly anymore
I've hosted my own NuGet server, and it worked great for my libraries. In this case, I installed "NuGet.Server" package. Recently, it doesn't work anymore and I can not push any version on it. When...
View ArticleHow to get nuget package metadata via the API?
I am fairly new to the nuget side. So I might be missing something. I have a list of nuget packages in several of the solutions of my team. And I would like to get their metadata(only the latest...
View ArticleHow to properly reference a library in nuget-based architecture
I'm trying to create couple nuget packages for internal company use: OurCompany.Infrastructure.Logging.Interfaces and just OurCompany.Infrastructure.Logging.So I created two class library projects in...
View ArticleHow to avoid update errors NU3018 in VS2019?
I want to update packages puts to each update I have the following error:Severity Code Description Project File Line Delete Status Delete Status Error NU3018 Package 'jQuery 3.4.1' from source...
View ArticleVS 2019 is looking for wrong assembly version of packages
I'm creating my first project using .Net Core but I'm having some issues getting two Nuget packages working probably.When trying to debug the app, I get the following two errors:Could not load file or...
View ArticleNuGet v4 contentFiles not getting copied to output
I'm having trouble with NuGet copying files to output, using NuGet v4 CLI.My directory structure looks like this:repo repo\CodeAnalyzer.nuspec repo\CodeAnalyzer.props...
View ArticleASPNETCOMPILER error ASPCONFIG: Could not load file or assembly
I believe this is not the same question as this for a couple of reasonThere was no upgradingI tried doing the x86 and x64 build and that did not workThe current versions of for newtorn.JSON are...
View ArticleTrouble installing AWS S3 C++ Sdk using nuget package manager
I want to install AWSSDKCPP-S3 using Nuget Package Manager but get error.PM> Install-Package AWSSDKCPP-S3 -Version 1.6.20060301.25 Install-Package : Project 'Default' is not found. At line:1 char:1...
View ArticleHow to correctly specify version range for dependency..?
I'm creating an SDK and utilize Newtonsoft.Json. I want to allow any version of 11 and any version of 12, so I set my package ref like this:<PackageReference Include="Newtonsoft.Json"...
View ArticleUpdating Nuget caused Exception Unhandled: System.TypeLoadException
I'm starting a new master xamarin page for testing purposes and updated the nuget packages for the xamarin.android.support and xamarin.forms version. Afterwards, my program gets the exception:The...
View ArticleWhat is the reverse for Update-Database (used in Package Manager Console)?
I have been changing my domain classes and executed Update-Database in the Package Manager Console, After i realized that need to add an index and need to down-grade to the previous state. what is the...
View ArticleWiX installer should also add dependent assemblies (added by nuget packages)...
I have a project (MyKafka) of type class library to which I have installed Confluent.Kafka package, which also adds dependent packages.I have a WiX installer project that references the MyKafka project...
View Articleedit projectFile.csproj after nuget package installed
I'm creating a package for nuget and I would like to edit the project.csproj file and replace some codes as part of the package installation process.Can this be done with the nuspec file?Or should you...
View Article