Pavel Voronin
Pavel Voronin
Good article about Kafka and message buses: https://particular.net/blog/lets-talk-about-kafka

> the project needs to be compiled (if it wasn’t) for assembly type reuse to take effect This is the reason why the tool should support specifying the reference to...
With `AsyncReslt()` it could be just the signal to FA that assertions are not for the task but its result. I'll take a look, thanks.
Maybe `AsyncResult()` can be even a trigger for source interceptor ;-)
@dennisdoomen With `Result` it's difficult to understand the intention. Whether we want to block and get the result of the task and then assert against it, or we want some...
Well... What do you think about this approach to asserting exceptions? https://github.com/voroninp/FluentAssertionsInterception
Huh? Overloads for everything to assert exceptions? Why?
> but makes little sense Why do you think so? 🤔 AFAIK this is also a way of defining ordering, at least for some frameworks. https://github.com/dotnet/efcore/issues/19367
@IT-VBFK , on the other hand, linq throws because anonymous types do not implement `IComparable`. ```cs var a = new [] { new { x = 1, y = -1},...