For a clean look of the extended classes in Blazor, an addition would have to be made in the .filenesting.json file (this is overwritten every time I generate something with ABP Suite...).
Add the following to the extensionToExtension section:
".Extended.razor.cs": [ ".razor" ]
Done ✅ (It will be included with v8.1.2+)
File is empty
okay, then please make a clean installation by following https://support.abp.io/QA/Questions/414/ABP-Suite-install-problem-How-can-I-reinstall-clean-install#answer-9c56ff0e-0a46-ffd1-dd08-39f78e032607
Can you share your entity metadata, and steps that you done, so I can try to reproduce it?
Please share the appsettings.json
file under the %UserProfile%.abp\suite directory.
Hi, after you have created a custom module. You should open the ABP Suite, and click the Add an existing solution button on the homepage and set the root folder path of your custom module. Then, you can generate CRUD pages.
Please share the Suite logs, I'll try to reproduce and understand the problem.
Hi, it should not take that much time actually. And in my tests, it takes about 1 or 2 minutes to generate CRUD pages. Can you please share what is your template type and entity metadata?
I have downloaded Abp suite version 8.1.0 but i still can't create a property of type "DateOnly" and "TimeOnly" inside an entity. When will this feature be available?
Hi, we have an internal issue for supporting DateOnly
and TimeOnly
types and we are aiming to introduce it with v8.2.
Hi,
Thanks for your replies so far. I have created an ticket related to the angular questions
Thanks 🙏
Will value objects be supported? And any time soon?
We have an internal issue for that but it's in the backlog and we haven't prioritized it yet.
Why are empty “if” statements added in DbContext?
I'll check this one.
Will child entities be handled through its master entity?
In the current design, as you specified, the child entity has its own domain service and application service implementations and we are not considering handling it through the master entity. Because we think this would give you more freedom and points for customization and you can use the child entity in another usage.
Will there be checks added for create/update DTOs in order to specify which properties to add to each DTO?
We have introduced the Filterable Properties feature in v8.1 and this is what you are looking for. It allows you to select which properties should be included in the search results/filters. Also, you can specify which properties should be included in the create modal and edit modals by checking the related checkbox while creating the property. (Show on the list page, Show on the create modal and Show on the update modal options)
For Angular-related questions, please create a separate question. It's not easy for us to answer all of the questions in one thread, instead, if you create separate questions it would be easier for us to keep track of the issue and answer.
Best regards.