Can't Install NuGet packages that require Newtonsoft.Json.10.0.1 in Visual...
I've been having problem installing NuGet packages that require Newtonsoft.Json.10.0.1I just recently installed it and when ever I try installing packages that need it, I get this error:Severity Code...
View Articlenuspec contentFiles not added to a project
I have a web project (mvc5) with a project.json inside.Also, I have a nuget package. Inside this package (besides the dll reference) I have some Content files (cshtml files, css, javascript etc).There...
View ArticleCan't update 4 NuGet packages due to error "Could not find a part of the...
I can't update any/all of the following packages in my solution:I get the error:I've tried reinstalling all packages via NuGet console but still get the same error.I'm using VS 2022 64bit v 17.0.4....
View ArticleAzure Pipelines: Fail to use DotNetCoreCLI custom command
I struggle to allow for debugging my own nuget packages hosted on azure.I tried quite a few things since this is apparently a common problem with many ways to address.Classic pipeline like this worked...
View ArticleIs there a way I can create a custom query to my Sql Server database? [closed]
I have an application that is connected to Sql Server and I am using Entity Framework Core 5 to handle the typical procedures like adding new objects, removing, etc. In my application, I have a section...
View ArticleBest Practice for dotnet nuget package that references other nuget packages
I have read the Microsoft docs for Cross-platform targeting. However, it's still not clear to me what the best practice is to handle package references from within your shared library's csproj.Let's...
View ArticleHow to install templates from nuget package?
I know I can install nuget packages from templates:https://docs.microsoft.com/en-us/nuget/visual-studio-extensibility/visual-studio-templatesBut I'd like to do the opposite, I'd like to install...
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 ArticleAdding NuGet server from Azure App Service(NuGet.Server) with AD...
I have created a nuget server project.nuget/hosting-packages/nuget-serverand published it as an Azure App Service. So far, everything has worked fine. I added the server to Visual Studio and pushed...
View ArticleChange nuget package location in Linqpad
I am trying to install the Active Directory Authentication Library in Linqpad Nuget manager and I am getting the path/location too long message:I have attempted to change the install location by adding...
View ArticleError loading nuget package on Visual Studio for Mac
I've created a solution for my students and the Windows user can load the nuget package correctly except for the students that use VS for Mac.They get the followingerrorsWhat can i do to make it work?
View ArticleHow to feature flat a nuget package update using LaunchDarkly
With the intent to use feature flagging to revert any possible production issue introduced during development, we are exploring options to cover various scenarios and so fare we were unable to identify...
View ArticleIncluding WinSCP with PackageReference copies Winscp.exe in MY package
I have a problem with the WinSCP.exe file in my created NuGet package.I reference WinSCP in my project as follows:<PackageReference Include="WinSCP" version="5.17.10" />After packing my NuGet...
View ArticleBuild NuGet Package automatically including referenced dependencies
I want to run a local/internal NuGet repository. I think I've figured out how to "reuse" existing NuGet packages by including them in a dummy project using NuGet and scanning the package file to grab...
View ArticlePlaywright 1.8.1: Installing to NetStandard 2.0 Target, Using NuGet Package...
Having installed the Microsoft.Playwright v1.8.1 NuGet package, the NetStandard portion of the package directory does not appear have been added. No disk files, not Dependencies, ... Is there an...
View ArticleBulkInsertAsync get TimeOut when inserting one record
i have a problem trying to insert data with BulkInsertAync : public async Task Insert(IList<AccountingRecordKeyParsingError> accountingRecordKeyParsingErrors) { await...
View ArticleBuilding NuGet packages from Visual Studio
I'm trying to share an internal company assembly via NuGet packages and a private source. This assembly targets .NET Framework 4.6.1. I want these NuGet packages to pack automatically from Visual...
View ArticleI keep getting an error when i try to install a DSharp Plus nuget package
Error NU1101 Unable to find package System.Threading.Channels. No packages exist with this id in source(s): dsharp, Microsoft Visual Studio Offline Packages NeboDiscordBot...
View ArticleDownload Nuget Packages Without VS/NuGet Package Manager
How can I download NuGet Packages outside of visual studio? so it can be used to create offline packages.
View ArticleManage NugetPackage for Solution can't find any online packages
Somehow, the "Manage NuGet Packages for Solution..." Dialog doesn't show any online packages anymore (no items found.):But the "Manage NuGet Packages..." dialog at the project level works fine.I...
View Article