mayuki / Cocona

Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
MIT License
3.22k stars 83 forks source link

Interfaces with Generics #143

Open guimar86 opened 4 months ago

guimar86 commented 4 months ago

When an interface that uses generics is passed as dependency injection in a command it fails on the call as it requests the interfaces as if it is a parameter. Whereas with other interfaces this does not happen at all.

image

See the error message below:

image