From 622eee94568deeb124f805680f06c89cae31cd33 Mon Sep 17 00:00:00 2001 From: Sturla Thorvaldsson Date: Tue, 22 Jun 2021 09:00:21 +0000 Subject: [PATCH] Update Customizing-Application-Modules-Guide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I really think that this text needs a update. I read to much into the line "ABP CLI automates this process for you." and did not notice the the other packages that were in the projects and also just looked into the project that it added packages and attributes. It may be silly but I didn“t think about the other projects and that I had to remove every nuget package... See my support ticket https://support.abp.io/QA/Questions/1502/Error-running-up-Separate-IdentityServer-after-adding-Account-module-source-code --- docs/en/Customizing-Application-Modules-Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/Customizing-Application-Modules-Guide.md b/docs/en/Customizing-Application-Modules-Guide.md index 438c087e0c..b62d4e5bb7 100644 --- a/docs/en/Customizing-Application-Modules-Guide.md +++ b/docs/en/Customizing-Application-Modules-Guide.md @@ -31,7 +31,8 @@ If you don't think to make huge changes on the pre-built modules, re-using them If you want to make **huge changes** or add **major features** on a pre-built module, but the available extension points are not enough, you can consider to directly work the source code of the depended module. -In this case, you typically **add the source code** of the module to your solution and **replace package references** by local project references. **[ABP CLI](CLI.md)** automates this process for you. +In this case, you typically **add the source code** of the module to your solution and replace **every** package reference in the solution with its corresponding local project references. **[ABP CLI](CLI.md)** automates this process for you. + #### Separating the Module Solution