-
I have a solution with projects targeting `netstandard2.1` and `netcoreapp3.1` that takes about ~40 seconds to run a full rebuild on Visual Studio 16.7 and prior versions.
After installing Visual S…
-
Hello @petriashev, thanks for this great library! I've been using it for a while.
I am now using FluentValidation inside a [Mediatr](https://github.com/jbogard/MediatR) pipeline. So now I reference…
-
Hi folks!
I’ve came across a dozen projects using MediatR for sending commands/queries from controllers to application layer. Not sure why using behaviors for validating or loading extra data is con…
-
Hi,
**First a small question**
Is it better to use the classes in the [documentation of Autofac](https://autofac.readthedocs.io/en/latest/integration/azurefunctions.html) or are these classes alre…
-
When running the migrate command, in this case
`Migration.Toolkit.CLI.exe migrate --siteId 1 --culture nl-BE --sites --users --settings-keys --page-types --pages --attachments --contact-management…
-
I am a huge fan of Domain Driven Design and Mediatr is one of the most important tools in keeping a Clean Architecture based on Domain Driven Design.
I love the addition of the new Contracts assemb…
-
I have a use case where I really want to send one message and get back a list of response from each handler that has enough data to generate a response.
For Background I am working with automotive …
-
HI Jimmy
Thanks for the greate tool. I really enjoy using it
is there any way to add new ServiceCollectionExtension to the existing mediator?
I try to find it in the documentations. but unfortuna…
-
When use dapr(use grpc protocol) to init my program i receive this error:
ERRO[0000] error getting topic list from app: rpc error: code = Unimplemented desc = app_id=DaprGrpc instance=localhost.loc…
-
I can use like this. It works when I call _mediatr.Send(new Query.Get()).
```
public class Query
{
public class Get : Product, IRequest
{
public class Handler : I…