-
This is my code in Program.cs:
```
var elsaSection = builder.Configuration.GetSection("Elsa");
// Elsa services.
builder.Services.AddElsa(elsa => elsa
.UseEntityFrameworkPersistence(ef => e…
-
-
Hi,
I was looking at the examples and tests of the new error handling:
` public class PingPongExceptionHandlerForType : IRequestExceptionHandler
{
public Task Handle(Ping…
-
After upgrading to EF Core 3.1 Preview 2 I get this exception on ASP.NET Core application start. If I revert to EF Core 3.0 all works fine.
Stacktrace:
at Microsoft.Extensions.Logging.Configurat…
-
It would be nice if `dotnet ef migrations add` would automatically add
```
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
```
to the beginning of generat…
-
Запрос к эндпоинту падает с ошибкой мапера
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
`[FromRoute]` does not work when used as model property, not as action parameter (see r…
-
Using a blob function with an output binding to service bus, I'm receiving the following error:
`Error compiling function: BlobFnTest.cs(48,37): error CS0103`
`The name 'pluginFunctions' does …
-
Like MessagePack.Annotations / MediatR.Contracts, usually a DTO is a separate project or assembly that only needs attributes and does not need to rely on the entire serializer.
-
hi
Why not use MediatR?