Open Closed

Adding Modules to Microservice or Tiered App from our custom Module Nuget Packages #5989


User avatar
0
john@johnfuqua.com created

We are building our system into discrete modules for reuse in several micoservices. We want to be able to add these Nuget packages to the solutions the same way we add Abp Commercial modules...i.e. abp add-module OurCustomModule

Or is there a manual way we can do this? We do not want to add module projects (source code).

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

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

    .e. abp add-module OurCustomModule

    The abp add-module only works for ABP modules.

    Or is there a manual way we can do this

    Yes, you can install module packages via NuGet

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