When creating an EF migration I'm getting ambiguous references:
PostgreSQLDBContextModelSnapshot.cs(32,32): Error CS0104: 'Metadata' is an ambiguous reference between 'Data.Models.Metadata' and 'Data.Paths.Metadata'
I have tried to fully qualify MetaData in my model object but without success. I could fix the auto generated snapshot but that feels wrong.
Is there a way to force EF to use fully qualified names?