Open Closed

EntitySynchronizer #4520


User avatar
0
tahseelit1 created

I have requirements to implement entity synchronizer in my project using abp version 6.0 but this functionality is exists in version 7.0+., how can I implement this manually without upgrading to latest version is this possible?

reason why we don't want to upgrade to latest version is we still using identity server if we upgrade to latest version we are forcing to change many things in current project.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

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

    Hi,

    Unfortunately, it's hard to do because it requires you to customize the ABP source code.

    reason why we don't want to upgrade to latest version is we still using identity server if we upgrade to latest version we are forcing to change many things in current project.

    Hi, you will not miss something. we still release the IdentityServer package.you can keep using it

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