-
### Describe the bug
https://github.com/AvaloniaUI/AvaloniaVSCode/blob/c0bb00863d0d6947bc68276e2d5e3c967f96d497/src/AvaloniaLSP/AvaloniaLanguageServer/Models/Workspace.cs#L49-L52
https://github.com/…
-
Move definitions and models to separate assembly similar to what MediatR is doing
-
Investigate the EventFlow framework:
Source: https://github.com/eventflow/EventFlow
Document: http://docs.geteventflow.net/
-
This has happened multiple times, with no apparent cause since it happens as I am modifying code. It has happened with automatic verification onchange and onsave.
Note that I have redacted the path…
-
### Issue Description
I am having inconsistent highlighting within the same project.
![Screenshot_20231101_134457](https://github.com/OmniSharp/omnisharp-roslyn/assets/79347616/36e40957-12d4-435…
-
Hi All,
Been using MediatR since version 7, yesterday I migrated from 8.1 to 9.0.
Basically I had to inject IPublisher in DbContext, EventDispatcher and CommandHandlers that trigger Events and…
BH4NG updated
4 years ago
-
### Discussed in https://github.com/jbogard/MediatR/discussions/1074
Originally posted by **bancroftway** September 26, 2024
I have a question regarding correct way to register my behavior who…
-
Hi!
I was trying to create a custom route apart from the Request class name. But I couldn't find any solution. Then I debugged the open API sample and found this.
https://github.com/Kahbazi/MediatR.…
-
This tasks refers to how in this project data should be queried from.
This flow should be universal and used for all the queries.
It can be:
- CQRS with Mediatr. Basically separating all the re…
-
Hi,
I'm trying to use kediatR with Quarkus (version 3.16.3). I'm a Quarkus begginer, so maybe I'm some missing essential stuff ... but following the kediatr docs, I get `com.trendyol.kediatr.Handle…