For use of questions about the .NET Core command line tool-chain.
We have downloaded and run DotNetCore.1.0.1-SDK.1.0.0.Preview2-003133-x64.exe. After having closed and reopened our command prompt, running …
windows dotnet-cli .net-coreI have a simple .NET Core project (console app) that I'm trying to compile and run. dotnet build succeeds, but …
.net .net-core dotnet-cliWhen I issue the following command in the command line: dotnet publish -o "./../output" -c Release The dotnetcli publishes the …
asp.net-core .net-core publish dotnet-cliI am using dotnet watch command to run asp.net core project. However, by default, it is picking up the …
asp.net-core .net-core dotnet-cli .net-core-rc2I am using Visual Studio 2015 and dotnet core and trying to develop an EF Core Code First project using Sqlite …
ef-code-first .net-core entity-framework-core entity-framework-migrations dotnet-cliIn Ruby on Rails, you can generate controllers using something like the following in command line: rails generate controller ControllerName …
c# asp.net-core .net-core dotnet-cliI can find a lot of obsolete threads but a lot have been changed the last months. Is there currently …
.net raspbian .net-core dotnet-cliI am trying to create a web deployment package for asp.net core web application. When I tried to publish …
msbuild .net-core visual-studio-2017 dotnet-cliI'm learning how to use dotnet-cli with VSCode. I've seen many commands on how to create solution, projects, add reference …
c# visual-studio-code dotnet-cliDo we have Description attribute for Enums in dot net CLI? (Dot Net Core RC2) If not, any alternative?
.net .net-core .net-core-rc2 dotnet-cli