-
**Describe the bug**
I'm not 100% sure to call this a bug, but MediatR allows to use [Exception Handling](https://github.com/jbogard/MediatR/wiki#exceptions-handling). The problem is that by having t…
-
(I'm fairly new to the mediator pattern, so I apologize if this is trivial or irrelevant!)
Basing my example off the [wiki](https://github.com/jbogard/MediatR/wiki#requestresponse), let's say I cre…
-
Operating System: Fedora 36
IDE: neovim
LSP version: omnisharp-roslyn v1.39.0
Omnisharp doesn't recognize ASP.NET types in .NET 6 project (e.g., ControllerBase, ...etc.) and doesn't show completi…
-
![image](https://user-images.githubusercontent.com/12589359/188519994-61525c49-944b-4dd2-a289-942cf7022223.png)
Sorry for the short post, it seems like there is no 'overload' for DI.
This caus…
-
Hello all!
I have spent some time on this, and stumped. Is there a way to automatically register handlers? Specifically `ICommandHandler`? I saw some links here:
* https://event-driven.io/en/h…
-
Hi, i'm trying to run omnisharp (1.39.0) with doom emacs under fedora. Starting the server throws the following error:
```
The following clients were selected based on priority: (server-id omnisha…
jdrst updated
2 years ago
-
Hippo version: `v0.17.0`
Spin version: `canary` on commit `ceeccf9`
Run the test case in [spin/tests/http/simple-spin-rust/spin.toml](https://github.com/fermyon/spin/blob/ceeccf937c060fc44a531f6ad…
-
I've been digging into the code and had some feedback/questions.
1. When I look at the main entry point to using Wolverine (`IMessagePublisher` and `ICommandBus`), IMO they are confusing when the …
-
I have read 1 notification can have N handlers, its a one to many relationship. In such case, what is the order that the handlers gets executed? Can we have a control to set the order of execution amo…
-
Hi there,
I currently use controllers with the MediatR library. FastEndpoints looks good and I've just read through all the docs 🙂 And I have a couple of questions.
Early in the docs I saw on th…