Ilkhom Safarov
Ilkhom Safarov
Do you think it's good idea to advertisement your work on others channel ?
> The fix for this is > > php-language-server-master/src/FilesFinder/FileSystemFilesFinder.php > > ``` >
> The fix for this is > > php-language-server-master/src/FilesFinder/FileSystemFilesFinder.php > > ``` >
Project is multitenant, but this entities not. I think it will give same warning for Multitenant Entity. I think problems relies on Entity itself. I figured out when you declare...
For example: when I declare entity such way, class Product:CreationAuditedEntity without specifying TPrimary key. EF doesn't add any indexes But when I declare class Product:CreationAuditedEntity\ . EF see all relationship...
If problem with #6473 resolved, I think this warning should go away, because we can declare primary key explicitly
> @Ilkhom-S try like this > > public class ProductTranslation: Entity, IEntityTranslation > > also > > configuration.CreateMultiLingualMap(context); It doenst help, because IEntityTranslation does not implement TPrimary interface . Error...
What I want is to make available to set primary key type for translation Entity. For now ITranslateEntity supports only int hardcoded
Is there any progress on this ? End of year, identity server will finish support
@lid3rs Did you find out how to solve this problem ? Same error comes to me