FaustoNascimento

Results 2 comments of FaustoNascimento

I've also tried it with DryIoC with the following registration: ``` var container = new Container(); container.Register(); TypeAdapterConfig.NewConfig().ConstructUsing(_ => container.Resolve(IfUnresolved.Throw)); var source = new Source(); source.Adapt(); ``` But this also...

Ok cause I was *really* certain that this worked before with DryIoC and the only other thing I could think of was that I updated Mapster... I decided to go...