Top ".net-core" questions

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

.NET Core app unable to start in IIS due to ErrorCode = '0x80004005 : 80008083

I have a .NET Core application. It runs locally with VS2017 and Kestrel. It runs locally under IIS. However, on …

iis asp.net-core .net-core visual-studio-2017 kestrel-http-server
How to run a .NET Core console application on Linux

I am using Visual Studio 2015 and created a .NET Core console application. After compiling, I have my project DLL file …

c# .net-core ubuntu-16.04
.NET Core console application, how to configure appSettings per environment?

I have a .NET Core 1.0.0 console application and two environments. I need to be able to use appSettings.dev.json …

c# console-application .net-core
The SSL connection could not be established

I am using a third party library (Splunk c# SDK ) in my ASP.NET core application. I am trying to …

c# asp.net-core .net-core httpclient splunk-sdk
Embedded resource in .Net Core libraries

I just have started looking into .Net Core, and I don't see classical resources and anything what looks like resources. …

c# asp.net-core .net-core
.NET Core DI, ways of passing parameters to constructor

Having the following service constructor public class Service : IService { public Service(IOtherService service1, IAnotherOne service2, string arg) { } } What are the …

c# asp.net-core dependency-injection .net-core ioc-container
Project file is incomplete. Expected imports are missing

After format my computer I reinstalled Vs 2017 V 15.6.3 and install ASP.Net Core SDK from Microsoft 2.1.4 But when I create …

c# visual-studio .net-core
Nuget - Package restore failed. Rolling back package changes for 'WebApplication1'. 0

It's my own custom nuget package that I've not published yet and testing locally. The nuget package consists of a …

c# nuget .net-core nuget-package-restore visual-studio-2017
The configuration file 'appsettings.json' was not found and is not optional

The Azure error is: .Net Core: Application startup exception: System.IO.FileNotFoundException: The configuration file 'appsettings.json' was not found …

azure asp.net-core azure-web-app-service .net-core asp.net-core-webapi
JWT on .NET Core 2.0

I've been on quite an adventure to get JWT working on DotNet core 2.0 (now reaching final release today). There is …

c# .net-core jwt jose