Jimmy Nielsen

Results 5 comments of Jimmy Nielsen

Maybe consider to go away from FluentAssertions after they changed the licensing in version 8. Shouldly (https://github.com/shouldly/shouldly) seems like a good replacement,

Thanks a lot @sandermvanvliet! :) I'm trying to get work with Shouldly, bit it seems like I'm missing Serilog.Sinks.InMemory.Assertions.Abstractions in the package. I get `The type 'InMemorySinkAssertions' is defined in...

Yes, I saw your tests, but I think what makes it work there is that you have a project reference to .Abstractions, but the dll is not included in the...

Sorry for the late reply. I have tested with Shouldly, and it works perfectly. Thanks a ton @sandermvanvliet! :)

@c5racing @tomaszprasolek I had the same problem, but I found out that for `MessageConsumeCompleted` calling `context.MessageContext.ConsumerContext.ConsumerDependencyResolver.Resolve()` instead of `context.MessageContext.DependencyResolver.Resolve()` worked. Not sure if that the intended way, but it was...