Hi,
If a create a new entity in the EntityServerSaveInterceptor and add it to the EntityManager using AddEntity it generates a temporary ID in the Release or Debug mode.
When I use the Fakestore mode, after adding the entity to the EntityManager, the ID stay to 0.
Is this a limitation or a bug ?
Are there a lot of functions that aren't supported in this mode ? if so maybe you should advertise it because seeing this feature in Cocktail, anyone can think any code will work in both modes (debug/release or fakestore) and that's actually not true.
Regards