Top ".net-core" questions

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

Unable to find testhost.dll. Please publish your test project and retry

I have a simple dotnet core class library with a single XUnit test method: TestLib.csproj: <Project Sdk="Microsoft.…

c# unit-testing .net-core xunit.net
Compile a .NET Core application as an EXE file using Visual Studio 2017

I created a .NET Core application (v1.1) in Visual Studio 2017. When I compile it, I get a DLL file produced …

.net-core visual-studio-2017
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 set aspnetcore_environment in publish file?

I have ASP.NET Core application (Web Api). The documentation has explained working with multiple environments, however it failed to …

configuration asp.net-core .net-core asp.net-core-1.0 coreclr
How to add `System.Web.Extensions` assembly to .net core project in vscode

I have installed c# support for vscode(version is 1.15.0) and created a HelloWorld project via dotnet new console. Now in …

.net-core javascriptserializer
Cascade deleting with EF Core

I am having a few issues with EF Core at the moment. I have some data that I need to …

c# .net-core entity-framework-core asp.net-core-2.0 ef-core-2.0
How to fix obsolete ILoggerFactory methods?

I upgraded my project to .NET Core 2.2.x and got an obsolete warning regarding the following code - both lines: …

c# .net asp.net-core .net-core asp.net-core-2.2
How do I resolve the issue the request matched multiple endpoints in .Net Core Web Api

I notice that there are a bunch of similar questions out there about this topic. I'm getting this error when …

c# .net-core asp.net-core-webapi asp.net-core-routing
Which web server are you using in production for ASP.NET Core on a *nix server?

With ASP.NET Core now released, I was wondering what the best hosting option is for Linux and Mac environments. …

c# asp.net asp.net-core .net-core kestrel-http-server
No AppDomains in .NET Core! Why?

Is there a strong reason why Microsoft chose not to support AppDomains in .NET Core? AppDomains are particularly useful when …

.net clr appdomain .net-core