With the latest version of abp studio (0.9.1) I can't create a version of ABP 8.3.2. It always creates version 8.3.1
When will the new version of abp studio be released that supports the new abp release?
Can you find a solution so that when a new version of ABP is released, the version of abp studio that supports it will be released almost at the same time?
Thanks
It's happening since many versions before, ABP Studio never uses the latest version of ABP Framework while creating a project and it's a problem It doesn't get fixed and we don't have an answer from ABP Team of whether they have addressed it or not
Cms Kit also doesn't work well since it's missing a library
I found that there are some missing libraries installed too (Created the project from ABP STUDIO)
In Application project, It's missing Volo.CmsKit.Pro.Common.Application In Application.Contracts, it's missing Volo.CmsKit.Pro.Common.Application.Contracts In HtpApi.Client, it's missing Volo.CmsKit.Pro.Admin.HttpApi.Client In Web, It's missing Volo.CsmKit.Pro.Web
CodeMirror changed a lot from version 5 to version 6, ABP tries to use CodeMirror 6 but is not updated with the actual new project structure
In a MVC project created from ABP Studio
I small workaround is to add the libraries and run the following npm
npm i codemirror@5.65.18
Do we want to use CodeMirror6? is there a plan to make it work or was just a mistake to push codemirror6 in the npm?
Cms Kit also doesn't work well since it's missing a library
I found that there are some missing libraries installed too (Created the project from ABP STUDIO)
In Application project, It's missing Volo.CmsKit.Pro.Common.Application In Application.Contracts, it's missing Volo.CmsKit.Pro.Common.Application.Contracts In HtpApi.Client, it's missing Volo.CmsKit.Pro.Admin.HttpApi.Client In Web, It's missing Volo.CsmKit.Pro.Web
CodeMirror changed a lot from version 5 to version 6, ABP tries to use CodeMirror 6 but is not updated with the actual new project structure
In a MVC project created from ABP Studio
Can't modify the templates of a module created in ABP Suite.
The project was created with ABP Studio and the module was created in ABP Suite then the module was added in ABP Suite and tried to modify the Templates but this exception happens
The Volo.Abp.Commercial.SuiteTemplates dll is not added when you create a new module
The option "Add" -> "New Module" in ABP Studio follows the same concept as ABP Suite? There is no option to add it to the existing solution as in ABP Suite
If you create a "module" in ABP Suite, shouldn't be added in the Solution explorer in the ABP Studio? Right now, if you create a module in ABP Suite, it doesn't add it to the explorer
When you start windows and then use the option ABP Suite -> Open, It doesn't start the ABP Suite at all but if you run the command in your terminal "abp suite" and then close it, you will be able to use the ABP Suite -> Open option normally