ASP.NET Core misconfigured Nuget package dependency - Unexpected package...
I have an asp.net core project, which was working great few day earlier. I have it on github in a private repo. Yesterday it stopped working after installing an update from VS. I have searched all over...
View ArticleThe local source doesn't exist Migrate from packages.config to PackageReference
I am trying to Migrate from packages.config to PackageReference I do all steps but always i end up with this error:The local source 'C:\Program Files (x86)\DevExpress...
View ArticleDeploying a self contained React application with Nuget
I am trying to deploy my .net React JS application on another server on Visual Studio 2019 as a self contained package and this is almost working, except for the Nuget dlls which, although present in...
View ArticleNeed to list all the versions of a package in my private nuget repo
need to get all the versions of a particular package in my private repo.tried with some of the links https://www.nuget.org/stats/totalsbut not able get an api that lists the set of versions of the...
View ArticleSystem.Data.DatasetExtensions is not displayed in the Using namespaces list
I installed System.Data.DataSetExtensions NuGet package in my .Net Standard 2.0 Visual Studio 2019 project. However, DataSetExtensions name space is not available in Using System.Data. namespaceslist....
View ArticleHow to include a JS file in a NuGet package
I need to create a .NET Standard 2.1 NuGet package that contains a JavaScript file which will be added to my consuming application in the following path:/wwwroot/js/myFileFromNugetPackage.js(the...
View ArticleShould I modify my nuget package with a WinForms control for use in a .NET...
I have a nuget package targeting net462 and I want to use it in netcoreapp3.0. It works fine if the package has no dependencies (or has netstandard/netcoreapp dependencies), otherwise dependencies are...
View Articleis package.config file really necessary for loading the dll in projects?
is package.config file still really necessary for loading the dll in projects, although the dll references are also there in project file ?Also is it necessary the nuget dll reference should also needs...
View ArticleIs this NuGet really needed in solution?
how can i tell which NuGet packages are required and which are not?I got project in asp.net after someone else and there is tun of packages whit i assume is not needed. It there a better way than just...
View ArticleCopy unmanaged DLL from NuGet package to ASP.NET API
My problem is that I have an unmanaged library in a nuget package that I want to copy in the publish folder of the API that embed it.Here is a StackoverFlow post that I thought it could work as the...
View ArticleError NU5012 - nuget pack unable to find path...
I'm trying to update my nuget package by running the command nuget pack -properties Configuration=Release but this gives me the following error:Unable to find 'bin/Release/{project-name}/bin/Release'....
View ArticleCould not load file or assembly 'StackExchange.Redis, Version=1.0.316.0
We are using the latest version of Owin Security RedisTokenProviders but we have problem:Could not load file or assembly 'StackExchange.Redis, Version=1.0.316.0, Culture=neutral, PublicKeyToken=null'...
View ArticleHow to solve: Nuget Visual Studio 2019 message Project 'Default' not found
I have an SSDT project and I open the Package Manager Console to use nuget to get a dacpac (in the repo already) and I get these errors:PM> get-Package -ListAvailable -AllVersions -IncludePrerelease...
View ArticleOfficeDevPnP.Core.AuthenticationManager.GetAzureADNativeApplicationAuthentica...
The code below is based on https://blogs.msdn.microsoft.com/vesku/2016/02/15/connecting-to-sharepoint-online-from-console-application-with-adal-and-pnp-core-component/ and works correctly when used...
View ArticleDeploy WPF Application with squirrel.windows and no windows 10 entry in...
The goal is to deploy with squirrel.windows, to can install, update, uninstall and to see it in Program & Features in Windows 10. To have add the end also a MyApp.msi file would be a plus.Case 1: I...
View ArticleSuppress Console.Write in referenced package
In one project, I reference a NuGet package which outputs text to the Console when some of its methods are called.I would prefer it didn't, as I am writing things to the Console in my own code.Is there...
View ArticleHow does msbuild resolve assembly from a multi-framework nuget package?
I have a solution with a console app ConsoleApp-net461 that references a library ClassLibrary-net452.Both projects reference a multi-framework nuget package NuGetPackage-net452-net461.When I build, I...
View ArticleHow to convert a UIPath Workflow into a Activity or create a Custom Activity?
I have a workflow which have two parameter as input. One is Log File Path and the Other is message in UI Path. I can use this workflow as by 'Invoke Workflow' activity but i want a custom activity...
View ArticleError code -532462766 when using FunctionMonkey
I'm trying to follow the "Build elegent REST APIs" for a project.When I get to the section where you build and run it, I get the error:Severity Code Description Project File Line Suppression State...
View ArticleASP.NET CORE GIVES A WARNING This package may not be fully compatible with...
I am working on an asp.net core project and i have installed a nuget package which is in .net framework. but on rebuild it gives the following error:warning NU1701: Package...
View Article