What is correct version of Microsoft.EntityFrameworkCore.Tools for .net core...
Hi I am trying to upgrade project from .net core 2.1 to 2.2. I made all the necessary changes as per msdn document. I am facing issue with <PackageReference...
View ArticleLooking for NuGet Package [closed]
I'm looking for NuGet pack Microsoft.Windows.Shell but it's not showing in VS 2015 or 2019 NuGet Package Manage is there a replacement package for it
View ArticleUnable to find nuget package locally - gitlab-ci.yml for dotnet core
I am trying to build dotnet project using .gitlab-ci.yml. Everything was fine until I had to use custom Nuget package. I dont have enough background on .net and based on quick read from documentation I...
View ArticleSetting WPF Frame source to a XAML file in an external dll referenced as a...
As part of the navigation mechanism in my WPF MVVM application I am trying to set the Source property of a Frame control to my View (a UserControl) located in an external assembly (dll file) referenced...
View ArticleUWP dependencies to ARM and X86 libraries
We are building a moderate large UWP application, intent for use only on Windows 10 in x64 platform.We already disable in .csproj all dependencies on x86, arm and other platform, restricting to x64 our...
View ArticleVisual Studio : NuGet Package Source requires credentials
Visual Studio 2012 > Tools > Options > Package Manager > Package Sources I add a new Package Source pointing to a myget.org url : http://www.myget.org/F/myfeed/VS > Tools > Library...
View ArticleCannot reference my nuget package namespace
ReproI have created my FIRST nuget package. Package project targets net standard 2.0. It is built and published by azure pipeline:... - task: VSBuild@1 ... - task: VSTest@2 ... - task: NuGetCommand@2...
View ArticleNuGet not restoring packages on build
I have just created a workspace on a new machine, got latest of our project from TFS, enabled NuGet Restore, and I get the following (skimmed-down) output:1>------ Rebuild All started: Project:...
View ArticleDependencies not getting added when Nuget package deployed through Azure Devops
I have created .net standard library. After creating, I tried to created nuget package from my visual studio by choosing the pack option present in project file. Then tried to use the locally created...
View ArticleProject build failing due to not finding of .productConfiguration.targets...
I am getting error that the .productConfiguration.targets file is not found in a location because it is not imported and so the build is failing, while the file does exist in the location it is...
View ArticleWhat makes a "valid" nuget .nupkg package file?
I'm looking to repurpose the nuget package management system to package plug-ins for an application. These plug-in are still .NET assemblies, but the point is they would be installed directly into an...
View ArticleInstall a Nuget package in Visual Studio Code
How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I do it in VS Code?
View ArticleHow to convert a class library project into NuGet package
We have below in .sln file.1.Website project2.Service project2.Framework ClassLibrary projectWe want to create a NuGet package of this ClassLibrary project which will be used in any other project. As...
View ArticleNuget publishing error: Failed to process request. 'A client version '4.1.0'
I m publishing NuGet package. I ve installed latest version of Visual Studio 2017 Community. I get the following error:Failed to process request. 'A client version '4.1.0' or higher is required to be...
View ArticleHow to ignore dev dependencies in WhiteSource scan for nuget packages
I want to ignore my SonarAnalyzer.Csharp and Sonarlint package in the C# code WhiteSource scan. They are being captured as Policy Violation.I checked the documentation, there is no option to ignore...
View ArticleHow to fix this error, Scaffold-DBContext : Exception calling "Start" with...
I am trying to run a command on Nuget using this below and getting an error gets thrown as "Scaffold-DBContext : Exception calling "Start" with "1" argument(s): "The system cannot find the file...
View ArticleHow to clear NuGet package cache using command line?
I can clear my dev computer's NuGet package cache using VS Tools/Options/NuGet Package Manager/General: [Clear Package Cache] button.I would like to do this in command line. Unfortunately I can not...
View ArticleError NU5012: Unable to find 'Autofac.4.9.4.nupkg'. Make sure the project has...
Generating a Nuget + Symbols package I get the error: Error NU5012: Unable to find 'Autofac.4.9.4.nupkg'. Make sure the project has been built.The command to generate the package is as followsnuget...
View ArticleHow to deprecate a nuget package
I have 2 nuget packages for one of my open source projects:Expressive (.NET full)Expressive.Standard (.NET Standard)2 was originally created as an investigation to make sure that it is viable. Now that...
View ArticleHow can I clear the NuGet package cache using the command line?
I can clear my development computer's NuGet package cache using Visual Studio menu Tools→ Options→ NuGet Package Manager→ General: Clear Package Cache button.I would like to do this on the command...
View Article