Recent Replies
@devleader.ca Also, what's your take on the Aspire testing framework?
It seems more suited to E2E testing than integration testing a single service.
@devleader.ca I love WebApplicationFactory but don't like how it sits in the MVC namespace.
TestHost doesn't, but isn't as good as WebApplicationFactory imo.
@tranceinfrance.bsky.social Emma Hewitt
@devleader.ca What don't you like about Mediatr?
Memory usage? Speed?
Personally, I love pipeline behaviours (I wish they were available for notifications as well as requests).
Gives you the benefits of HTTP middleware, but in your application layer as opposed to the HTTP/presentation layer.