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.
Hi, we have a project requirement of using .NET Core 3.1. When I tried to create new project under the version 3.3.1, it automatically create project version of 4.0.0. This will generate the .NET Core 5 dependencies in .NET code. Could you please advise how we can resolve this issue in order to restrict the project to use .NET Core 3.1. Thank you!
Hi, I face some issue to generate CRUD Page using ABP Suite CRUB Page Generator. Originally, I can see it in the Angular Web Page after login as admin, but I cannot see anything now. I notice there are no proxy and domain classes generated in the Angular project. I try to create new solution and a simple Entity, also cannot see it generated. As there are no errors generated in the console, I assume there is not problem behind. Do I need to reset the environment? If so, would you mind to recommend one? i.e. uninstall the suite, cli? Thank you!
After I have created GRUD Entities using the ABP Suite, I tried to delete some Entities. It appeared that those deleted Entities still shows up in the .NET code, Angular code and even the database. I tried to delete them manually. After I ran the Generate, all the deleted artifacts appears again.
May I know what is the proper way of deleting Entity from ABP Suite?
Thank you!
Understand that ABP Suite does not support many-to-many (N:N) relationships when creating Navigation Properties. Our project requires us to support such relationship in our Entities. May I know what is the appropriate way to create such a relationship using ABP Suite?
To use your tutorial as an example, we need to support Tagging in the Book entity.
Book 1=>* Tagging Tagging *=>1 Tag
This would create many to many relationship. Please help to suggest a way to create such entities using ABP framework. If this is not possible, please suggest a way that ABP can support to create such scenarios. Many thanks!
Best regards, Leon