- ABP Framework version: v5.1.4
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC
- Exception message and stack trace: N/A
- Steps to reproduce the issue:"
According to https://docs.abp.io/en/commercial/latest/abp-suite/create-module-solution, we could create new ABP module and add it inside an existing application, the whole process could be done by ABP suite. However, I could not find an option to let me import/add an existing ABP module [which was created by ABP suite before] into my existing ABP application. May I know if ABP suite support adding existing ABP module? Thanks
2 Answer(s)
-
0
Hello, we do not support this directly, but I will create an internal issue as a feature request.
However, there is a quick method by which you can do this.
With
Suite
, create a new module with the same name as your existing module (Suite
will automatically handle the project dependencies). Then only replace the path of the reference given to the modules in thecsproj
files. Then you can delete the module you just created. -
0
Closing the issue. Feel free to re-open, if you have any further questions on this topic.