Maksim Volkau
Maksim Volkau
@ChaseFlorell Hi - How did you build? - What exact errors did you get?
@Metadorius Hi, you mean that `MainDB.Connector` is the custom delegate type? If it is so and if it is the same as `Func` why don't use the `Func` directly as...
Use mine, because it is uses the DryIoc own ability to resolve Func.. and you're just adding the missing cast to your delegate.
@Metadorius I forgot, there is even more ergonomic and preferred way to register the cast: ```cs container.RegisterDelegate(f => f.Invoke); ```
Likely Nope.
@Metadorius In order to understand the workaround, I need to know more about your specific case. Do you have a dependency that should be created async? Could you provide a...
@larryPlayabl What kind of expression are those? If you will be able to extract a sample, I may check it with FEC and see how to optimize the specific case.
@larryPlayabl I mean the example of expression in use. It may be just a chain of constructor calls, or TryCatch with IfElse and Blocks. It may contain nested closures. It...
@StingyJack I don't think it will work. Could you describe your idea in detail?