MvvmCross pdb debug symbols not loading in Visual Studio 2019
I'm trying to load the symbol files that are included in the MvvmCross nuget package (while debugging a Xamarin.Android application on an Android 9 device (not an emulator)):None of the above...
View ArticleGet all references of c# projects
For a given project, I want to get all references assemblies locations(assembly references, Nuget Package references and its nested references, Project references and its nested references) . Is there...
View ArticleFunction app "Could not load file or assembly 'NuGet.Versioning'"
Recently, I did a Azure Function App migration from .Net Standard 2.0 to .Net Core 3.1. With some referenced class library projects with .Net Standard 2.1.One or more referenced projects is Function...
View ArticleNuget prompting credentials
I am using Visual Studio 2019. While building a solution its asking for credentials and build is getting failed. api.nuget.org asking username and password. Note: I am using public default nuget package
View ArticleUtility of excluding all assets of a nuget package
I can't see the utility of excluding all assets of a package. And ifyou can please explain to me this example in the documentation that Ididn't understand and where they resolved the problem by...
View ArticleBuild error in Tokenhelper.cs after get latest from TFS(azure-devops) in VS2019
I have a solution in visual studio 2017 which is connected and hosted to azure devops. This is a completely working solution. However When today morning I downloaded and got latest that in another...
View ArticleAutomatic native and managed DLLs extracting from Nuget Package
This is driving me crazy for several months now and I'm still not able to achieve it. My managed libraries are extracted from the Nuget package but not the natives ones.We have a bunch of managed and...
View ArticleEmbedded into NuGet package icon doesn't appear in VS
I generate a nuget package using my nuspec file below:<?xml version="1.0" encoding="utf-8"?><package...
View ArticleRestrict class from instantiation and encapsulate it in property in another...
Im writing a .net Standard class library and I want to publish it as an internal package,so i have two classes in same project let say as below : public class classOne{ public void SomeMethod() { }}...
View ArticleError Updating View After Publishing Nuget Package Via API
We recently found several release pipelines that were using a deprecated version of the nuget API to update the View on a published nuget package (Setting Prerelease / Release on the package). After...
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 ArticleHow to fix NuGet error Version conflict detected for...
Severity Code Description Project File Line Suppression StateError NU1107 Version conflict detected for Stimulsoft.Reports.Engine.NetCore. Install/reference Stimulsoft.Reports.Engine.NetCore 2020.2.3...
View ArticleCompilation error requiring install Microsoft.Bcl.Build. How to install nuget...
I have a vs2013 solution with 2 projects in NET 4.0, let's say project A and project B. Project B has a reference to project A. When I compile project B I get a compilation error saying:All projects...
View ArticleError java.lang.IllegalArgumentException: already added : Lokio/AsyncTimeout
Dear Developer, We identified one or more issues with a recent delivery for your app, "xyz" 1.0 (1.59). Please correct the following issues, then upload again. ITMS-90809: Deprecated API Usage - New...
View ArticleVisual Studio 2019 Nuget issue
I have installed Visual Studio Community edition 2019 from the Microsoft Website.My Nuget package manager is only installing offline packages.I have tried to install it explicitly from the nuget.org...
View ArticleConnection String Error "Missing its statement block"
I am using the updated Nuget Package Manager Console in Visual Studio to scaffold models from a database I've connected from named Sail. When I enter the connection string into the Package manager...
View ArticleHow to create Nuget package with nested dependencies
I'm working on a .NET Core solution. For one of the projects within the solution, I need to build a Nuget package.Project A has a reference to another project B in the solution, set up as a project...
View ArticleCreateing reference with NuGet in Azure Devops
I create a NuGet package and publish it to a feed in Azure Devops.When consuming it a dependent dll wasen't included, it dosen't exist as a NuGet package so i can't fix it like that.i changed the...
View ArticleCreate nuget package with specific default value for IncludeAssets
I have a class library that I want to publish as a nuget package. It contains some attributes necessary at compile time (for an analyzer to function correctly), but it doesn't need to be included...
View ArticleInstall Entity Framework Core with SQLite
When installing Entity Framework Core for SQLite (all version), this error is shown:Verify the package exist on the feed and try again Unable to find package 'Microsoft.EntityFrameworkCore.Sqlite'
View Article