Couldn't Add NuGet Package
When I try to add the Plugin.FirebasePushNotification to my Xamarin.Android Project in Xamarin.Forms, I receive the following message, and the package isn't added. It seems to work fine on the iOS and...
View ArticleNuget Package issue
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see...
View ArticleUnable to find package NETStandard.Library
I tried to add a new Class library(.Net Standard) in Visual studio 2019. But I get this error message:Unable to find package NETStandard.Library. No packages exist withthis id in source(s): Microsoft...
View ArticleVisual Studio - Nuget - Unable to load the service index for source
This is my NuGet.config : <?xml version="1.0" encoding="utf-8"?><configuration><packageSources><add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3"...
View ArticlePagedListPager customise paging links
I'm using the following package to do paging in ASP.NET MVChttps://github.com/TroyGoode/PagedListThis is wokring great, however I'd like to be able to add a extra HTML5 data attribute to the pager...
View ArticleHow to get a list of nuget packages to update in Visual Studio Code?
In Visual Studio Code, How can I get a list of nuget packages used in the solution, that have a newer version (equivalent to the Update tab in Visual Studio's package manager)?I have NuGet Package...
View ArticleNuget package installs but not listed in VS project references
Environment:Microsoft Visual Studio Community 2019ASP.Net v4.8Web application project using VB (same problem 2 different projects)Nuget package Microsoft.Chart.Controls v 4.7.2046 (latest) "ASP.NET and...
View ArticleASP.NET framework MVC5 empty project NuGet Packages
I'm currently learning MVC5 and I'm stuck with NuGet packages. Actually I want to add some NuGet packages like bootstrap to visual studio 2019 community edition and use it for all projects and...
View ArticleNuget Package for dependency property standard checking
The public dependency property standard must be validated in all.cs files in a project (WF, WPF, UWP and WinUI). For example, if a CustomControl.cs file contains a public dependency property, it should...
View ArticleAzure Pipelines & Nuget Packages - Set pack version to tag version
I managed to have my pipeline triggered when I push a tag to the repo. The tag is always is the format "v(Major).(Minor).(Release)(-alpha)".How can I get that information from the tag and set is as the...
View Articledll.refresh files aren't added to bin folder
I have uploaded dll files as NuGet package on Azure Feed. I can install this package into my web application, and I can see the folder packages is created under the .solution.There is no dll.refresh...
View ArticleI can't add a view for HomeController Action index
I can't add a view for HomeController Action index to control my databaseI try to update (Package source) and (Microsoft Visual Studio Offline Packages) in nuget Manager like picture 2, but it's...
View ArticleHow to get a list of Nuget packages used by multiple microservices
We have dozens of microservices and need to keep track of the list of Nuget packages used by each and update these packages at regular intervals for compliance. Is there a tool out there that could...
View ArticleNuGet Package restore failed
I am creating an 'ASP.NET Core MVC4' Demo project. When I am compiling it on another computer it outputs an error as follows:Error 2 NuGet Package restore failed for project MVCDemo: Unable to find...
View ArticleHow to get list of available versions for a specific package using nuget list...
I'm trying to use nuget list to get a list of available versions for a specific package through a nuget.org v3. But when i try to test in command line , i am facing below issue :Example :nuget list...
View ArticleDifferences between NuGet System.Windows.Forms.DataVisualization packages
I wanted to use Windows Forms charts in vs 2019 .NET 5.0. Therefore, I just checking the actual available charting package from NuGet. Using the Solution explorer "Manage NuGet Packages" it only shows...
View Articlerun powershell script after nuget package install
I have a very simple script in PowerShell My script runs well on .NET Framework Projects but It does not run on .NET Core 3.0 projects.Is the method different?This is my...
View Article"NAudio.Core.pdb not loaded"
This error keeps popping up every time I dispose of the WaveFileReader. I've tried reinstalling the NAudio from Nuget and it works fine the first time the program is built, but all subsequent builds...
View ArticleAzure DevOps pipeline task NetCoreCLI pack. AutoVersion but keep...
I have multiple NuGet packages in the same repository. I would like to AutoVersion my packages to $Major.$Minor.$Patch-CI-$DateTimeStamp. $Major.$Minor.$Patch-CI-$rev would also work.If I know what the...
View ArticleError occurred on restoring nuget package in visual studio "The path is not...
Facing issue while restoring the nuget packages in visual studio and getting the following error, 'The path is not of a legal form'. Below are the configuration details.Visual Studio 2019 -...
View Article