Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-3.1

"415 Unsupported Media Type" for Content-Type "application/csp-report" in ASP.NET Core

Conventional Routing in ASP.NET Core API

Building ASP.NET-Core 3.1 with .NET-Standard 2.0 projects leads to conflicting Microsoft.AspNetCore.Mvc.Analyzers assemblies

Creating IWebHostEnvironment manually asp.net core 3.1

IApplicationBuilder does not contain a definition for UseIdentity

How do I get a instance of a service in ASP.NET Core 3.1

In .NET Core 3.1, the RequestCookieCollection can no longer be used to create cookies in unit tests

SwaggerUI 5.0.0 ignoring JsonProperty name

How to modify the current culture date format in Blazor (server)?

Validate authentication cookie with ASP.NET Core 2.1 / 3+ Identity

Error publishing an ASP.NET Core 3.1 site to Azure from Visual Studio 2019

AddOpenIdConnect and Refresh Tokens in ASP.NET Core

Attribute JsonProperty works incorrect with .NET Core 3.1 when I use underscore symbol

How to add a WCF service reference in a .NET Core 3.1 application?

How to disable "Attempting to reconnect to the server" message on ASP.NET Core producton server

NuGet Package Manager attempting to add .NET 5.0 updates to .NET Core 3.1 application

ASP.NET Core 3.1 HttpClient to log only warnings and errors

ASP.Net Core exclude published language directories other than english

InvalidOperationException: Can't use schemaId .. The same schemaId is already used for type

Skip JWT Auth during Tests ASP.Net Core 3.1 Web Api