Edvard Pitka
Edvard Pitka
How to?
Not an issue but more a question/suggestion. How hard would it be to add matching strategy, IgnorePropertiesMissingInDestination and IgnorePropertiesMissingInSource?
I want to do some post processing on every public method invocation of an aggregate. Is there a way to filter application of this? If I apply to a class...
Getting an error when invoking Send method `await mediator.Send(command, cancellationToken);` Handler gets invoked successfully and processes request without any errors, but then MediatR throws this ``` System.NullReferenceException: Object reference not...
**Is your feature request related to a problem? Please describe.** When releasing new code that handles additional events using persistent subscription, I need a way to update event filter on...
#### Bug description Typeless serializer fails to serialize simple type, unless fields are prefixed with "_" #### Repro steps ``` public class TempTests { private static Fixture Fixture = new...
Hi, I wanted to create a custom implementation of the IMigrationsSqlGenerator. For a test I created just a NoOp one and registered it like this ``` optionsBuilder.UseNpgsql( connectionString, o =>...
I want to create a default tracing aspect, and I want to apply it only when in Debug mode. Is there out of box way of doing it?