Top "Asp.net-core-2.1" questions

Use this tag for questions specifically related to ASP.

Integration and unit tests no longer work on ASP.NET Core 2.1 failing to find assemblies at runtime

When creating test projects or upgrading an application and tests to ASP.NET Core 2.1 / .NET Core 2.1, running tests fails with …

testing asp.net-core .net-core asp.net-core-2.1
Custom implementation of ILogger

In my project I often add prefixes to my log messages. Currently I am doing this with logger.LogDebug(prefix + " …

asp.net-core .net-core asp.net-core-2.1
Get user id in ASP.NET Core 2

I'm trying to get the user id in an ASP.NET Core 2.1 MVC project. However, I was only able to …

asp.net-mvc asp.net-core-2.1
.NET Core X509Certificate2 usage (under Windows/IIS, Docker, Linux)

I am really trying a long time to use certificates in .NET Core API. Basically where I need to use …

c# identityserver4 asp.net-core-2.1 x509certificate2 .net-core-2.1
experimental support for decorators visual studio 2017

I have created a .Net Core project with AngularJS in Visual Studio 2017 however when I am trying to create a …

angular typescript typescript2.0 asp.net-core-2.1
ASP.NET Core 2.1 Identity couldn't find ApplicationUser

I've included Identity into my .NET Core2.1 project, when I try to build the project, it warns me with the …

.net authentication identity asp.net-core-2.1
Handling Expired Refresh Tokens in ASP.NET Core

SEE Below for code that solved this issue I'm trying to find the best and most efficient way to deal …

asp.net-core oauth asp.net-core-2.1 refresh-token openid-connect
How to make Login page as a default route in ASP .NET Core 2.1?

I am beginner in ASP .NET Core 2.1 and working on project which is using ASP .NET Core 2.1 with individual authentication. …

c# asp.net-identity asp.net-mvc-routing razor-pages asp.net-core-2.1
Visual Studio 2017 Angular 6 shows "Cannot Get /" First Try Only

I am using Visual Studio 2017 15.8.3 with .Net Core 2.1 and Angular 6. I used the template to create the project and upgraded …

asp.net angular visual-studio-2017 angular6 asp.net-core-2.1