Your startup project 'project' doesn't reference...
I'm building WPF application with the EntityFrameworkCore version 2.2.2However, when i want to Add-Migration it output me an error...Your startup project 'project' doesn't reference...
View ArticleWhy is error 400 output on uploading a NuGet package to Nexus using Curl?
I try uploading a NuGet package to Nexus using Curl from command line, but I get the error 400.The package is not in the repository.ls -l azure.core.1.24.0.nupkg-rw-rw-r--. 1 ec2-user ec2-user 666796...
View Articlec# multi-project solution managing dependencies
I'm using Scala with SBT where I can define my dependencies in a separate file and reference them in the project's main build file (see: https://www.scala-sbt.org/1.x/docs/Scala-Files-Example.html)My...
View ArticleHow do I support both .Net 6 and .Net Framwork 4.7.2 with my nuget package
I'm creating a class library project that is packaged to Nuget.org (NugetGithub). Right now when I create the nuget package the only runtime it supports is .Net 6.I need it to also support .Net...
View ArticleWhat is "Microsoft.NETCore.App.Host.win-x64" used for?
What is the NuGet package "Microsoft.NETCore.App.Host.win-x64" used for? I see that one of my projects downloads it from the feed, but I don't know why.The package's description at nuget.org...
View ArticleDevops Nuget versioning byBuildNumber does not work
I want the version numbers of the Nuget package to be incremented and human readable with every version pushed to the Artifacts store. This is my yaml.variables: feedName : 'MyNugets'...
View ArticleVisual Studio - Nuget - Unable to load the service index for source
This is my NuGet.config : <?xml version="1.0" encoding="utf-8"?><configuration><packageSources><add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3"...
View ArticleGetting 'forbidden' pushing a nuget package in github
Much like this thread: Publishing and Consuming GitHub Package Repository with NuGet: Unable to load the service index errorI have the csproj correct, the nuget.config correct (same as in that thread,...
View ArticleIs there a way to see the codes inside nugets?
https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studioThis says that nugets are codes other programmers have done for us.I download a lot of nugets. Notably...
View ArticleC# .Net6 - C++/CLI Nuget Package Fails
I am having problems creating a Nuget package for my C++/CLI Visual studio project.I have a .Net6 C# assembly MyNet6Lib, which references my C++/CLI dll MyClrLib.dll, which is also built against .Net6....
View ArticleNuget packages in C++ project
I am using V8 engine in my C++ project. For developing my project, I used some Github projects and those projects are written in C++. I have known nuget packages are used in C# projects, but these C++...
View Article.NET Core 6 microsoft.data.sqlclient 4.1.0 in runtimes\win\lib\netcoreapp3.1
I'm upgrading my application from .NET Core 3.1 to 6.0 and in the process moving the sqlclient from 2.0.0 to 4.1.0I was expecting 4.1.0 version be in runtimes\win\lib\net6.0?From the debugger Modules I...
View ArticleCreate empty project in VS solution that is only responsible to create nuget...
Is it possible to create any kind of project (old style or SDK-style) that will be responsible only to create nuget package but will not create addition assemblies for me.Background of the story:We...
View ArticleCannot generate a Nuget package (.nupkg file)
I have a class library project and I can build and rebuild the project properly. When I try to create a pack for my project, I get an error saying :The file...
View ArticleIs there a way to create a nuget package consisting multiple projects...
I have following dll's among others in a solution:BaseCoreBasicsR1R2TypesI want to put them all in one single nuget package and upload it to Azure DevOps -> Artifacts. Is this possible ?
View ArticleHow to call an API which is based on XML-RPC specification in C#?
Here is my sample request,<?xml version=”1.0”...
View ArticleFailed to create component "MetroTextBox" in C# Visual Studio
I am trying to create a POS System using C# in Visual Studio. Then, I decided to apply the Metro UI Framework to my project. But whenever I use it, this same error appears:I tried everything like...
View ArticleFiles (.CS) not appearing in custom nuget package as editable, adding the...
perhaps I am going in the wrong direction with this, but any advice would be appreciated. I am trying to develop a small nuget package which can be installed into new .NET Framework Web Apps (MVC) so...
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 Article.NET PowerBIClient NuGet Package adds wrong relative URI
I try to encapsule our PowerBI Server REST API via the PowerBI Client NuGet Package from Microsoft.I ran into the problem that the URI gets a wrong relative path added.The REST API of our Reporting...
View Article