Open Closed

Code Generation Error v8.1.4 #7389


User avatar
0
ezarmer created

I have to admit that I'm very disappointed with ABP for several reasons. However, that's a topic for another post. Currently with using the 8.1.4 release and selecting a Blazor Server application there seems to be several bugs. First, the templating format is horrible. The code is all over the place in the .razor pages. Secondly, I created multiple enums in the ProjectName.Domain.Shared directory per documentation. I make use of ABP Suite to create my new entities and select all the options. During the creation of the entity it errors out. The reason for this seems to be two-fold. The first reason is due to the fact that the application code is looking for a namespace ProjectName.Shared (which obviously doesn't exist). The second is due to incorrect code either on the front-end or backend, depending on what ABP has intended. For instance, the following code is what is present during the creation of a new entity with delete and excel export selected:

This is the code in the .razor page. GetMedicationCollectionLookupAsync

This is the code in the code behind file (generated and unaltered). GetMedicationLookupAsync

Please address this as soon as possible. I need to get this application out as soon as possible.


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

    Hi,

    Sorry for that, we will check and fix it.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, I'm unable to reproduce the problem. Can you please share your entity metadata and steps, so I can reproduce the problem?

  • User Avatar
    0
    ezarmer created

    I will send the compressed zip file to support via email.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    I will send the compressed zip file to support via email.

    Thanks.

  • User Avatar
    0
    alper created
    Support Team Director

    We received the files via email today.

  • User Avatar
    0
    ezarmer created

    May I have a status update on this please?

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    May I have a status update on this please?

    Hi, I could successfully reproduce the error with your entity metadata. I have created an internal issue for it and will fix it asap. You can manually update the method name on the UI side for a quick workaround.

    Regards.

  • User Avatar
    0
    ezarmer created

    Thank you for the reply.

Made with ❤️ on ABP v9.0.0-preview Updated on September 18, 2024, 12:46