i've created a virtual entity from a custom data provider i created
i've used this blog guide as reference:
https://carinaclaesson.com/2020/01/19/virtual-entities-a-forgotten-feature-which-is-still-alive/
my data source instance named "Reward DS"
it all worked well, only when i exported it and tried to import it i've got the following error:
Solution manifest import: FAILURE: The following solution cannot be imported: xxx. Some dependencies are missing. The missing dependencies are : <MissingDependencies><MissingDependency><Required type="183" schemaName="Reward DS" displayName="Reward DS" solution="Active" id="{afa91c1b-74c7-eb11-bacc-000d3a9a32f7}" /><Dependent type="1" schemaName="msfsi_reward" displayName="reward" /></MissingDependency></MissingDependencies>
so i tried to split it to 2 solutions, one with the Data source and the other with the virtual entity, and used the configurationMigration to make sure my DataSource has the same id as the id expected on the other side
but even though i went all the effort here i got the same error...
did anyone tackle the issue of virtual entity with custom data source and has some insights they can share?