-
I noticed that after upgrading Abp.AspNetCore.SignalR to 5.6 version the following error appears and it repeat every second and make my dev machine very busy .
```
Abp.AbpException:` UserId is nu…
-
The following code outputs "Hello, world!" as a trace message to the console when in a .NET Framework console application. When the same code is used in a .NET Core console application, it outputs not…
-
@mjanecke commented on [Fri Sep 27 2019](https://github.com/dotnet/core-eng/issues/7972)
We’re getting ` EXEC : error : header file 'F:\workspace\_work\1\s\/eng/LicenseHeade.txt' does not exist` er…
-
I'm having issues getting the default template to run.
Steps to reproduce:
- `dotnet new -i Saturn.Template`
- `mkdir template-demo && cd template-demo`
- `dotnet new saturn -lang f#`
- `dotn…
-
### Describe the bug
I'd like to add a new MediaType to the `MvcOptions` input formatter in .Net 5
When I do the following
```csharp
services.AddControllers();
services.Configure(options =>
…
-
## Background and Motivation
https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.Core/src/Builder/ControllerEndpointRouteBuilderExtensions.cs
endpoint route is a new feature in the asp…
-
We're getting errors using this on AWS Lambda (Linux based).
The error is because of System.Drawing: https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-co…
-
### Describe the bug
Hello, dear developers.
I am using the standard `RazorViewToStringRenderer` implementation to create emails.
Faced a memory leak when calling `RenderViewToStringAsync` on the…
-
[Release Notes](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.0/6.0.0.md)
Please report any issues you find with .NET 6, either responding to this issue, creating a new issue or cr…
-
Currently according to the documentation https://code.visualstudio.com/docs/containers/docker-compose#_debug if debugging docker containers that are started with docker compose, you must run…