Top ".net-core" questions

.NET Core is an open-source successor of the .NET Framework.

Unable to start process dotnet.exe

I am attempting to setup a new work space and transfer all of my projects from my old computer to …

c# asp.net visual-studio .net-core
dotnet is not recognized as the name of a cmdlet

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-core
Copy files to output directory using csproj dotnetcore

So my issue is pretty simple. I have some files that I want to be copied to the build output …

c# .net-core
How to get absolute path in ASP.Net Core alternative way for Server.MapPath

How to get absolute path in ASP net core alternative way for Server.MapPath I have tried to use IHostingEnvironment …

c# asp.net asp.net-core .net-core asp.net-core-mvc
Auto Versioning in Visual Studio 2017 (.NET Core)

I have spent the better part of a few hours trying to find a way to auto-increment versions in a .…

c# visual-studio .net-core visual-studio-2017 .net-standard
Handler "aspNetCore" has a bad module "AspNetCoreModuleV2" in its module list

I used angular .net core 2.2 template to build application.In localhost working fine,When i host to IIS Im getting …

c# asp.net-mvc iis .net-core
How to set json serializer settings in asp.net core 3?

json serializer settings for legacy asp.net core applications were set by adding AddMvc().AddJsonOptions(), but I don't use AddMvc() …

c# json asp.net-core .net-core asp.net-core-3.0
ASP.NET Core 3.0 not showing on Visual Studio 2019

I want to test the new Blazor server-side framework (aka Razor Components). I installed Visual Studio 2019 RC, and then the .…

asp.net-core .net-core visual-studio-2019 .net-core-3.0 asp.net-core-3.0
Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing

I had an Asp.Net core 2.2 project. Recently, I changed the version from .net core 2.2 to .net core 3.0 Preview 8. After …

c# asp.net-mvc asp.net-core .net-core
The library hostpolicy.dll was not found

I have a simple .NET Core project (console app) that I'm trying to compile and run. dotnet build succeeds, but …

.net .net-core dotnet-cli