Alex

Results 12 comments of Alex

@nblumhardt thanks for the reply. I don't understand the reasoning for not considering subclasses, but agree that `Destructure.AsDictionary()` would solve this issue. Would you propose to close it or update...

~~@webfischi , can you please describe how to fix the installation?~~ Nevermind found [commit fixing this problem in similar repository](https://github.com/atyenoria/janus-webrtc-gateway-docker/pull/21/files).

Just to clarify - as 2021.4 was released, should we expect this anytime soon?

@JonathanMagnan do you think raising issue about this in Npgsql repo may help?

Just checking if anyone has an implementation that can be shared as I encountered the same problem recently.

Encountered similar issue while trying to register open generic via `Scan`. Using interfaces like that: ``` public interface ISingleton { } public interface IAppCache{} public class AppCache: IAppCache, ISingleton {}...

> Absolutely, there a lots of tests in this repo showing that it works 😅 Got it. Looks like I will need to dig deeper to the source code to...

@julealgon unfortunately my case is not related to MediatR only, but to custom services also, one of which is provided in the example.

How about implementing something like `CollectionPerMethod` for [CollectionBehavior](https://github.com/xunit/xunit/blob/master/src/xunit.core/CollectionBehavior.cs) and keeping default as is?