-
ASP.NET CORE?Do you support it?
-
This doc has a bunch of content in it that is specific to .NET Core 3.0 or 3.1.
For Blazor libraries, we now recommend that you target .NET 5. If you need to also support .NET Core 3.1 LTS, then yo…
-
In EF6 it was very simple to output the generated SQL with a one-line of code using Database.Logging property.
I tried to do everything discussed in this article as well as ASP.NET Core logging linke…
-
I used butterfly in my API gateway (using Ocelot) and everything is going well. But I want to use it in my back-end micro services to enjoy your beautiful project more.
I am already implemented many …
-
**Describe the bug**
Because RazorLight has a `FrameworkReference` to `Microsoft.AspNetCore.App`, the user is expected to have the corresponding runtime. This is a show stopper for console or WPF a…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When using `Microsoft.AspNetCore.Rewrite` to configure a Redirect, the scheme configured in t…
-
When middleware calls HttpContext.Request.BodyReader.ReadAsync() and exits without calling HttpContext.Request.BodyReader.AdvanceTo(), Kestrel will fail to read the following request while logging the…
-
Hello, I was checking on the ASP.NET Core 3.1 docs, and I found a minor UI issue, there's an empty section if you select Visual Studio Code option after the text "Update the /Views/Movies/Create.cshtm…
-
We are planning to use a hierarchical configuration to support different modes of connecting to the service by having.
This is the current shape of settings:
``` json
{
"Values": {
…
-
I have ASP.NET Core Web project, target platform: .Net Core 3.1. I have SignalR Core clients that connect to my server. I want my asp.net core server to connect to another asp.net core server to get …