Missing Nuget packages error in ,NET core 3.1 app
I am using VS code and not Visual Studio to run my .NET core 3.1 web app.I have a .NET core 3.1 app. As I am using an Client VDI machine ( It is using Win 7 SP1 operating system) which is blocking the...
View ArticleMissing NuGet Packages, But "Packages Already Installed"
I have seen this same problem brought up by numerous people online, and have tried just about everything under the sun to resolve this issue but nothing is working. I copied my visual studio solution...
View ArticleWhy does my app closes when iniating map from Xamarin.Forms.GoogleMaps?
The app only has a map and a pin, when the app starts takes like 2 seconds in the splash screens and then closes.I've tried adding the same map in an another crossplatform app that's working and...
View ArticlePass array as inputs to Azure DevOps YAML task
I'm trying to configure a CI that will produces NuGet packages as artifacts on Azure DevOps (that will be later push to my NuGet server).For this, I'm using Builds Pipelines on Azure DevOps, the YAML...
View ArticleAzure Artifact Nuget package debugging issue
I'm using Azure Pipeline to build and publish NuGet packages to the Azure Artifact feed. The pipeline includes the Publish Symbols task as below:- task: PublishSymbols@2 inputs: SearchPattern:...
View ArticleCannot get rid of nuget warning NU5128 about missing dependency group
[Env: nuget.exe 5.9.1.11, VS Pro 2019 16.9.6, W10 x64 1909]I am having trouble configuring the dependencies section of my .nuspec file so nuget generates a package which correctly contains the...
View Articledll dependency problem - 3rd party package(Nuget) overrides the other in the...
Goal: control the output dll without saving or adding the artifact to the repository.The main issue is that I have two 3rd party packages in my solution (.net framwork 4.6.1):rabbitMQClient V6.0.0 that...
View Articledotnet pack version issues
I'm trying to create a central nuget package containing stylecop rules with a custom rule set for consumption by other projects. Let call this Package A.Package A builds fine using dotnet pack and I...
View ArticleProblem update Twilio.Video.XamarinBinding 3.2.5 to 4.4.0.2
In my Xamarin.iOS project I try to update Twilio.Video.XamarinBinding nugget from 3.2.5 that work correctly to 4.4.0.2 but I receive this error:Any idea?
View ArticleMVC bootstrap navbar not working after running NuGet updates
An MVC app broke after we updated all the NuGet packages. After trying everything I created a new MVC app, updated the NuGet packages and the basic navbar...<div class="navbar navbar-inverse...
View ArticleSpecify naming of NuGet package based on configuration
I have an SDK-style Class Library project (.NET 5.0) and I would like to have the generated NuGet package named based on the build configuration (e.g., MyLib.Debug.1.0.0.nupkg). Is there some XML I can...
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 ArticlePackageReference to project in the same Solution/git repository
At the moment I'm trying to setup a solution with a implementations class library and an abstractions project. I want to have both packages on nuget.org.Normally when you're just using...
View ArticleHow to use Bootstrap 5 & Sass on Visual Studio 2019
I have installed Install-Package bootstrap.sass in ASP .net core 3.1.It has installed bootstrap.js and scss folder. But how to compile the bootrap.scss and use that in the _Layout?I tried to import the...
View ArticleSearching for wrong version of assembly?
I am trying to get the async nuget package for .net 4.0 to work but it doesn't seem to work. Ive uninstalled the package, restarted VS 2013, and reinstalled the package about 10 times now. Ive tried...
View ArticleSnippet-packages in .net5
I have some snippet packages like this:<package><metadata><id>hw.Helper.Core</id> ...<dependencies><dependency id="JetBrains.Annotations" version="10.2"...
View ArticlePush markdown documentation to NuGet.org
A couple of months ago it was announced that NuGet supports markdown documentation.I publish packages to NuGet from Appveyor using their deployment feature. Since publishing the package is already...
View ArticleDifference between Nuget & SDK dependencies in .Net Core project
I was looking into a .net core application recently & I found something I probably missed earlier. There are three types of dependencies :AnalyzersNugetSDKAnalyzers are fair enough, but I am not...
View ArticleError trying to restore NUGET packages in Visual Studio 2019
I reinstalled Visual Studio 2019 on a new HD, but unfortunately I can’t restore my projects.I note that the problem is in the restoration of projects by NUGET. I’ve tried it through the package manager...
View ArticleExecution problems in visual studio for Mac 2019 (NuGet packages)
I want to use C# in Visual Studio but I cannot execute any C# projectsAnd it just shows the error, which says "Failed to read NuGet.Config due to unauthorized access. Path ...." also says "you should...
View Article