Questions tagged as 'mediatr'

0
answers

Mock with MediatR and xUnit

I have a project that I am implementing the Unit Tests with the Mock Framework, in this project I have implemented CQRS using MediatR. Follow the test code public RegistrarMaanaimComandTest() { [Fact] public void RegistrarLocal_Reto...
asked by 22.02.2018 / 12:27
0
answers

How to implement a MediatR INotificationHandler interface method - Asp.net Core

When installing MediatR 3.0.1 in my project, the INotificationHandler interface looks like this: #region Assembly MediatR, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null // C:\Users\jalbe\.nuget\packages\mediatr.0.1\lib\netstanda...
asked by 16.01.2018 / 09:18