Bernhard Richter

Results 179 comments of Bernhard Richter
trafficstars

DbReaderOptions has a property `ParameterParser` which can be set to a new instance of the `RegExParameterParser`. This way you can supply your own regex that takes care of your needs...

Hi @Mike-E-angelo The problem here is a little bit more complicated than it might seem at first glance. LightInject has always supported keyed/named services so one should think that this...

We probably end up with a new option in LightInject. Something like `ContainerOptions.EnableMicrosoftCompatibility` or something like that. Once that is in place and it passes all the tests from MS.DI...

Hi @Mike-E-angelo . Just wanted to let you know that I have been working on this quite a lot the last couple of weeks. I have all the spec tests...

Thanks a lot for sponsoring me. 🤩. Really appreciate it.

@Mike-E-angelo Hi Mike. Just wanted to give you an update on the progress here. I'm pretty close to publishing a set of beta packages that you can try out. All...

Hi @Mike-E-angelo Just wanted to inform you that support for keyed services is now fully implemented. The new packages are * LightInject 7.0.0 * LightInject.Microsoft.DependencyInjection 4.0.0 * LightInject.Microsoft.Hosting 2.0.0 Technically...

Hi @ArnaudB88 Since LightInject is a drop-in replacement for the built-in container, http clients are registered exactly the same way as if we used the built-in container.

Did this occur after upgrading ?