cosmo icon indicating copy to clipboard operation
cosmo copied to clipboard

fix: cannot make composition with multiple interfaces for interfaceObject

Open AndriiTsok opened this issue 6 months ago • 0 comments

I created two tests to indicate the use case I tried to do. I wanted to implement Updatable, Deletable, Shareable interfaces and make its implementation via interfaceObject. Cosmo works fine if Entity implements only 1 of these 3 interfaces... but fails when we do more than 1.

Motivation and Context

Provided two tests that should help identifying the issue.

TODO

AndriiTsok avatar Aug 12 '24 20:08 AndriiTsok