Open Closed

abp generate-proxy -t ng Generates Incorrect Imports #7443


User avatar
0
chiefupstart created

Hello. I noticed yesterday that the abp generate-proxy -t ng command is generating proxy files with incorrect imports. Almost all of my proxy model files have imports that look like:

The files have duplicate imports from /models and /*.enum. Is there a known solution or workaround for this issue?

  • ABP Framework version: v8.4.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1 Answer(s)
  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Developer

    Hello, I have carefully investigated your issue by generating entities and proxies along with them. However, I could not replicate the problem by just following this way.

    For this reason I assume that your problem may be similar to this closed issue for the version 8.2 on the abp framework https://github.com/abpframework/abp/issues/18956

    If you think that your case has another dimension, you can share and we can assist you further.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11