0

I want to migrate an existing .NET project to the Clean Architecture model but the current EF Core entities are using the HierarchyId data type (from the EntityFrameworkCore.SqlServer.HierarchyId package).

This type provides features that are useful even as domain entities (like the path of the node in the tree, the GetLevel() method, etc.)

How am I supposed to handle this if the core project has no dependency on EF Core?

daltonwide
  • 83
  • 8

0 Answers0