Maksim Volkau

Results 264 comments of Maksim Volkau
trafficstars

Baseline: ![image](https://user-images.githubusercontent.com/39516/65853973-dec17a80-e363-11e9-8fb1-abca97f23707.png)

Hi, what is the version did you check? Dynamic is not supported (or rather is not tested)

Ok. Thanks for checking. I have started work to fix AM some time ago - here is the updated branch in my fork https://github.com/dadhi/AutoMapper/tree/FECv3 The main problem is that AM...

### v3.1 update: ![image](https://user-images.githubusercontent.com/39516/116993840-aa046a80-ace0-11eb-8cbc-cc3b02d0f7b6.png)

The test for issue #261 (`Test_serialization_of_the_Dictionary`) has the example of System compiler reusing the variable locations for the Variables defined in the different Blocks.

I have optimized (not)equal with `0` and `null` to the `Brfalse` or `Brtrue`

Explaining a bit. Let's presume we have this setup (real case with MediatR v4) ``` public interface IRequestHandler where TRequest : IRequest {} public interface IRequestHandler where TRequest : IRequest...

Sorry for intruding. What DryIoc doing is just a thin abstraction layer wrapping the following expression for Foo: ```cs ctx => ctx.OpenScope( new ScopeName(typeof(Foo)), trackScopeInParent: true) .Resolve(); ``` I imagine...

> what happens when the 'scoped to' registration (SubDependency in the example) is injected in a graph where the specified 'parent scope' object is not a consumer Then it won't...

@dbolin FEC v3 is out. I will resolve the conflicts and update the PR.