Maksim Volkau

Results 241 comments of Maksim Volkau

@avonwyss Hi, interesting. I will look to see if I can learn (steal) something :)

@ChaseFlorell Thanks for suggestion. I think we need more `RegisterMany` targeted thingy, e.g. `WithRegisterManyRules(serviceTypeConditon: t => t.IsInterface)`. So we keep the door open to extend it later.

What version are you using? Could you try DryIoc.Microsoft.DependencyInjection v8.0.0-preview-01?

@ssteiner You are getting the errors because it resolves (creates or gets) service via DryIoc. The service is Singleton based on the stack trace. DryIoc has done its work and...

@tom3m, Basically, DryIoc builds the expressions for specified resolution roots, catches the exceptions, and returns map between service registrations and raised exceptions.

Rename issue to Huge ;-)

@ericbrunner Hi here, Yes, the separated example/test is very much appreciated. It is hard to say about the reason without more details, and it is a shame that .NET still...

Nice. Thanks for the testing. I will fix it and return back with the new version to try.