Just create this setup, it will fail during compile-time |
Hello, Compile-time check for interface associations has been removed completely. More thorough integrity check of associations will be performed during building of the domain. |
Shouldn't your interface inherit from IEntity?
It definitely must inherit IEntity.
I suppose, this code snippet was just a quick and dirty extraction from the domain model (notice the absence of Key attribute on Idwefield, Association attribute on string field, etc.)