Open Closed

Text template management Integration in aspnetzero project #378


User avatar
0
kirtik created

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.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hello,

My client is interested in using the text templating system of abp.io in his aspnetzero MVC/jQuery project. Is this possible for integrating either using 1. Volo.abp.Texttemplatemanagement Nuget packaage or 2. Using the module source code. However, i see that source code is for Angular (When i added a TextTemplateManagement sourccode via ABP Suite to my MVC/EF project, i got angular code). Do we have MVC/Razor source code module for TextTemplate Management ? Can you give some pointers on how we can use the Text Templating system into aspnetzero ? Any pointers in this would help a lot.

Thanks.


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

    Hi,

    ABP vnext is redesigned and cannot be used in aspnetzero project, but Volo.Abp.TextTemplating is open source : https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.TextTemplating. You can try to port to aspnetzero.

    In addition you can open an feature request on aspnetboilerplate : https://github.com/aspnetboilerplate/aspnetboilerplate/issues/new

  • User Avatar
    0
    kirtik created

    Yes. I am trying to use the Volo.Abp.TextTemplating in latest aspnetzero version 9.1.0 . But i get this error when i build the application.

  • User Avatar
    0
    kirtik created

    There seems to be ambiguity with Dynamic Entity properties.

  • User Avatar
    0
    alper created
    Support Team Director

    use string.IsNullOrEmpty

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