Top ".net-core-rc2" questions

(Only use for RC2 version) .NET Core RC2 released in May 16, 2016.

Ubuntu - Installing .net core

I want to try out the new .net core. I am following instructs at https://www.microsoft.com/net/core, …

.net ubuntu .net-core .net-core-rc2
How to load assemblies located in a folder in .NET Core console app

I'm making a console app on the .NET Core platform and was wondering, how does one load assemblies (.dll files) …

c# .net .net-core .net-core-rc2
dotnet run OR dotnet watch with development environment from command line?

I 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-rc2
The .NET Core SDK is not installed or cannot be found under the path

When compiling .Net Core RC2 project under VS 2015 I am receiving following error GETSDKTOOLINGINFO : error : The .NET Core SDK is …

.net-core .net-core-rc2
Build .exe file in .NET Core RC2

Every time I build a project using the new .NET Core RC2 templates I am not provided with a runnable .…

.net asp.net-core .net-core package.json .net-core-rc2
How to get the current Windows user with ASP.NET Core RC2 MVC6 and IIS7

I have an intranet site built in MVC6 using ASP.NET Core RC2. I want to get the Windows username …

c# iis-7 asp.net-core asp.net-core-mvc .net-core-rc2
Enum Description attribute in dotnet core

Do 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
How do I use System.Data in a .NET Core RC2 console app (Linux, Debian 8)?

I've installed .NET Core RC2 on a Debian 8 amd64 system and would like to test if it's possible to query …

c# linux .net-core .net-core-rc2
How do I run specific tests using dotnet test?

I have a large test suite in a .NET Core project. I can use the Test Explorer window to select …

xunit.net .net-core .net-core-rc2 xunit2
Display project version in ASP.NET MVC Core application (RC2)

How do I display application version from the project.json? I am using gulp-bump to autoincrement version, but I can't …

c# asp.net-mvc asp.net-core .net-core-rc2