Absolutely! Totally appreciate the feedback. ๐
06.08.2025 21:12 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0@ericjsmith.dev.bsky.social
Absolutely! Totally appreciate the feedback. ๐
06.08.2025 21:12 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0As far as the tuple returns, you donโt have to use them if you donโt want to. The point is making it so that there isnโt any messaging framework in your handlers which makes testing a lot nicer. No message context or even IMediator to publish notifications is required in your handlers.
06.08.2025 13:55 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Thanks for the feedback! We could have an IHandler marker interface that we look for instead of by naming convention. But if we had a contract for the handler methods, it would make it impossible to do some of the things itโs doing. Features that I personally really like.
06.08.2025 13:53 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0I've been working on something cool - Foundatio.Mediator! It's a blazingly fast, convention-based C# mediator that uses source generators and interceptors.
โจ Near-direct method call performance
โก Zero runtime reflection
๐ง Convention over configuration
๐ฏ Built-in Result<T> pattern
Thoughts? ๐ค