Top "Dotnet-cli" questions

For use of questions about the .NET Core command line tool-chain.

.Net Core build a solution

If you try to run from the command line in the top directory of a solution made with visual studio: …

.net-core dotnet-cli
"The library 'hostpolicy.dll' required" if run from deploy folder, but emitEntryPoint is true

I created a Web API project using the default ASP.NET Core Web Application (.NET Framework) template and then published …

asp.net-core .net-core project.json dotnet-cli
Relationship between the dotnet cli and the new vs2017 msbuild

With the move from project.json to the new csproj format introduced with VS2017, I'm struggling to understand the difference …

visual-studio msbuild visual-studio-2017 csproj dotnet-cli
Compile multiple dotnet core projects in one step using dotnet cli

Assuming this folder structure SampleApp global.json Src Web project.json Startup.cs ... Model project.json Startup.cs ... how does …

.net-core dotnet-cli
Set default project in solution for dotnet run

I have created a solution and a webapi project in it's own folder. I have then added the project to …

.net .net-core dotnet-cli
dotnet run web site with specific url

How can I specify using dotnet cli to run my web app using specific configurations. I know hosting.json can …

asp.net-core dotnet-cli
Excluding File From Publish Directory in VS 2017 .NET Core Project

I have a .gitignore file in the wwwroot folder of my project that I am trying to exclude from being …

.net asp.net-core .net-core visual-studio-2017 dotnet-cli
How to open dotnet-core CLI project in Visual Studio 2017

I have been developing a simple application using dotnet Core (for an API) and Angular2 for the purpose of learning …

asp.net-core .net-core visual-studio-2017 dotnet-cli
Update dotnet cli in Mac OSX

Im'm trying to upgrade my dotnet cli. I have installed in my Mac (OS El Capitan) from the official link. …

asp.net-core dotnet-cli .net-core
Push a NuGet package to VSTS with .NET CLI

I'm trying to publish a NuGet package to a private VSTS feed. I'd like to achieve that using only .NET …

nuget dotnet-cli azure-artifacts