Erdem Inan
Results
2
comments of
Erdem Inan
For information, Its seems that the problem occurs when calling one of those methods on the DIRegister : ``` public func `as`(_ type: U.Type) -> some DIPart public func lifeCycle(_...
Hey! Thanks! I tried a bit by modifying the return type of the 2 methods, from some DIPart to DIRegister there and it works perfectly. And also with this, we...