Bernhard Richter

Results 179 comments of Bernhard Richter
trafficstars

Hi again @ytzhakov and thanks for putting so much time into this. There is a lot of more or less well documented conventions in aspnet core. It seems like you...

This is the service it stack overflows on ``` Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Routing.EndpointOptions] ```

Looks like this might be the class in question. Note: Just putting down my findings as I am debugging this https://github.com/aspnet/Extensions/blob/release/2.2/src/Options/Options/src/OptionsFactory.cs

@ytzhakov I found it. It is related to `IEnumerable` and variance. Variance is on by default in LightInject. It means that `GetAllInstances` will bring back all instances of `Foo` and...

https://github.com/aspnet/AspNetCore/issues/4531

Could you try with the latest version of LightInject. We did fix a bug related to scopes just recently

Try upgrading to LightInject.Interception 1.0.0.9 (Just published)

I will move SignalR into its own repo and add specific support for Net46

Hi Aaron. I really appreciate the effort to improve LightInject.Mvc. I will probably accept this pull request although I will wait until the the next version of LightInject is ready....

Great!! Again, I really appreciate your contribution Best regards Bernhard Richter