You can find the relevant terminal commands below:
// Uninstall CLI
dotnet tool uninstall --global Volo.Abp.Studio.Cli
// Install CLI with 0.9.7 version. This version generates templates with 8.3.3 of ABP version
dotnet tool install --global Volo.Abp.Cli --version 0.9.7
// Template generation. You can change the parameters to fit you.
abp new Acme.BookStore --csf
// Necessary codes to switch back to the latest version of the CLI
dotnet tool uninstall --global Volo.Abp.Studio.Cli
dotnet tool install --global Volo.Abp.Cli
Thanks for the reply, but can you confirm that Abp Studio (desktop app) and Abp Studio Cli (console app) use the same templates to create the solution?
I can verify that it will generate the same template if they are both in the same version. This means that you can switch between the versions of Studio's CLI (Volo.Abp.Studio.Cli) application and generate the project to be rendered with the new template engine in the ABP version you want. You can look here for version mapping.
Hello there,
In the linked doc it says: With v8.2+, ABP introduces a new templating system, which is fully compatible with the ABP Studio. So, if I choose the template Ex: 8.3.2 the project must be target net8 and I must not modify it by hand. In my opinion it is an error of Abp studio that does not manage this parameter correctly.
What you say is correct, but I see that there are a few misunderstandings. First of all, there is no obstacle to generate a template with version 8.3.2. See here. You can open the template you generated in the latest version of ABP Studio and use all its features, there is no limitation or problem with that. You cannot create a project targeting .NET 8 only with the latest version of ABP Studio. As Maliming said, we have an issue on this subject but unfortunately, it is not a prioritized.
In addition, Volosoft had said that it would always maintain the version in Microsoft LTS support so I expect that it can continue to create projects and develop with abp studio and .Net8.
With the latest version of ABP Studio, you cannot generate a project targeting .NET 8, you can however continue to develop it. If you want to create a project targeting .NET 8, you can refer here.
As well as I expect that the fixes will also be made in the .Net8 templates (abp 8.x) and not only in the .net9 templates (abp 9.x).
Yes, we pay as much attention to this as we can. You can open an issue if you have a problem with this.
Hello,
We are aware of this problem and we are working on it right now. It will be fixed in the next version, probably next week.
Thank you for your understanding 🙏🙏
Automated update on Windows on Arm, brakes ABP Studio, so I have to uninstall it, and manually download and install the latest ARM version.
Thank you for reporting the problem. I am creating an internal issue regarding the issue.
Hello, unfortunately it is not possible to do this with the ABP Studio GUI at the moment, but if you wish, you can install older versions of Volo.Abp.Studio.Cli and do this. For example, version 0.9.8 of Volo.Abp.Studio.CLI generates the template of ABP with version 8.3.4. You can look here for version mappings.
You can generate it this way and then use the latest version of ABP Studio on this solution.
Hello, unfortunately it is not possible to do this with the ABP Studio GUI at the moment, but if you wish, you can install older versions of Volo.Abp.Studio.Cli and do this. For example, version 0.9.8 of Volo.Abp.Studio.CLI generates the template of ABP with version 8.3.4. You can look here for version mappings.
You can generate it this way and then use the latest version of ABP Studio on this solution.
Hi, I can't reproduce the problem. Can you delete version 0.9.16 from .nuget\packages\volo.abp.studio.extensions.standardsolutiontemplates folder and try again?
Pre-requirement check fails with 0.9.4
18:22:46.338 Information Failed task execution: "Checking pre-requirements" 18:22:46.338 Information ERROR: "An error has occured!" 18:22:46.338 Information ERROR DETAILS: "An internal error occurred during your request!" 18:22:46.339 Error Requested registry access is not allowed.
Thank you for reporting the problem 🙏🙏
We will release a new version as soon as possible and we expect that this problem will be fixed in that version.
Please update release notes BEFORE publishing a new release The new version of abp studio is 0.9.3, but what problems does it solve?
https://abp.io/docs/latest/studio/release-notes
https://abp.io/docs/9.0/studio/release-notes
We will add release notes as soon as possible. For future releases, we will be more careful about updating release notes in advance. Thanks for the suggestion.
I installed the update and now I have this error, why?
If you are using the windows operating system you can ignore it. It seems to be due to a bug but it has no effect and will be fixed in the next version.
And Abp Suite does not start.
I rollback to Abp Studio 0.9.2, waiting for news.
Thanks
I have created an internal issue about this issue and we will solve it as soon as possible and release a new version. Thanks for the report.