Martin Othamar
Martin Othamar
Right now, if configured as transient, but used/injected from ASP.NET Core, scoped instances of services could (depending on how `IMediator` is injected) be shared amongst Mediator handlers. If we made...
[SteveDunn/Vogen](https://github.com/SteveDunn/Vogen) looks great! I'll add a link in the README since I haven't had much time to develop this library
Yes sure, no need to close 👍
Running into the same issue as you @ciprianglg at the same time it looks like. The URL in the error logs when doing `bun install` is actually for the tar...
Btw I also use the `install.scopes` workaround, and since bun ends up with a link containing a SAS key I think the credentials there are correct in my case
The error message looks like this one to me, if that helps: https://github.com/oven-sh/bun/blob/bun-v0.5.9/src/install/install.zig#L3858 I'm on version v0.5.9
No, this was a PoC for me so didnt have much time to debug unfortunately
Thanks again. Sounds like a good solution! This issue is on the top of my list after 2.0 is fully release, which should be in the next few days hopefully
We do that already actually, they are generated on the concrete `Mediator` type (which is kind of awkward to use atm due to namespace and class default name), so you...
Hey, thanks for the update! > Anyway, the only thing we can do is limit the possible type checks for the different IRequest types based on TResponse, hoping that they...