Open Closed

How to use "Include entities from ABP modules" in abp suite for modules in Application template #7629


User avatar
0
mc86 created
  • ABP Framework version: v8.2.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

for example,if I want to use indentity user in one entity in my module should I reference Volo.Abp.Identity.pro in each project. or install Volo.Abp.Identity module,so when i chose "Include entities from ABP modules" then I can choses ABP entities.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Modules are independent of each other. It is not recommended to reference other module entities in your module.

    But you can do this by reference Volo.Abp.Identity.pro in each project.

    when i chose "Include entities from ABP modules" then I can choses ABP entities.

    I'm not sure you can do this. Like I said before Modules are independent of each other.

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13