For use of questions about the .NET Core command line tool-chain.
If you try to run from the command line in the top directory of a solution made with visual studio: …
.net-core dotnet-cliI 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-cliWith 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-cliAssuming this folder structure SampleApp global.json Src Web project.json Startup.cs ... Model project.json Startup.cs ... how does …
.net-core dotnet-cliI have created a solution and a webapi project in it's own folder. I have then added the project to …
.net .net-core dotnet-cliHow can I specify using dotnet cli to run my web app using specific configurations. I know hosting.json can …
asp.net-core dotnet-cliI 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-cliI 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-cliIm'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-coreI'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