-
hi @trevoirwilliams , i am not sure whether i am on the right branch. The new version of mediatr has got a different implementation in program.cs. Is it ok for me to make changes or you will make it?
-
Goal is to loosen coupling between controllers and application services as right now they are tightly coupled.
Most popular mediator library in .NET - https://github.com/jbogard/MediatR. Examples can…
-
Hi. I have a generic mediatr request handler which looks like this:
```
public class GetOneByIdHandler : IRequestHandler where T : IBaseEntity
{
private readonly IAsyncRepository _…
-
## Describe the bug
After triggering autocomplete it doesn't work and throws errors in "Avalonia Client" log section in VScode
## To Reproduce
Steps to reproduce the behavior:
1. Create new proj…
-
Hi there!
First of all, I'd like to commend the team for the excellent work on MediatR. It's more than just a library, it's a well-defined pattern that has significantly improved the structure and …
-
## Issue Description ##
Formatting with tab size 4, on a large file .razor (1500 lines), just displays formatting dialog for about two minutes, but nothing is formatted. With spaces, it works, but s…
-
Adicionar biblioteca e configuração\comportamento da dependência do Mediatr.
-
Hey, how would [MediatR](https://github.com/jbogard/MediatR) Container configuration look for Extenject? I lookned into [Ninject](https://github.com/jbogard/MediatR/tree/master/samples/MediatR.Example…
-
I have been using Redux in React for a while now. In my C# code I consider a switch statement a code smell. I know they use them Redux but that is JavaScript.
I also use the MeditaR pattern from …
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure i…