Fennek IT
Fennek IT
It is possible to do the same with other 'normal' relations. Using the classic xml files I can get this working. I am currently on holiday. End of next week...
If I have a reference to an interface in my domain object ``` C# public virtual IModel Model { get; set; } ``` I can specify in my mapping ```...
Hi, would adding an AsEntityMap function to ManyToManyPart.cs help? ``` C# public ManyToManyPart AsEntityMap(Type indexType, string indexColumn, Type typeOfValue, string valueColumn) { return AsMap(null).AsTernaryAssociation(indexType, indexColumn,typeOfValue, valueColumn); } ``` This would...
Create a pull request for this issue.
If you are running the docker kamal container, it is trying to find ssh keys in /root/.ssh. And there are no keys there since it is not mapped to anything....