⚡ Update ABP CLI , ABP Studio and ABP Suite
dotnet tool update -g Volo.Abp.Studio.Cli --version 0.9.11
abp suite update --version 9.0.0
📗 Blog post
🔼 Migration guide
✏️ Feel free to report any bugs, issues, and problems.
When creating a new Blazor WebApp solution with Studio when it doesn't include the optional module SaaS (Multi-Tenant), the solution doesn't compile with the following error:
Dotnet build failed for the project "QLS.UnifiedPortal". Details: xxx\src\yyy.Blazor\yyyBlazorModule.cs(223,36): error CS0246: The type or namespace name 'SaasHostBlazorOptions' could not be found (are you missing a using directive or an assembly reference?) [xxx\src\yyy.Blazor\yyy.Blazor.csproj] xxx\src\yyy.Blazor\yyyBlazorModule.cs(234,53): error CS0103: The name 'SaasHostPermissions' does not exist in the current context [xxx\src\yyy.Blazor\yyy.Blazor.csproj]
Build FAILED. 0 Warning(s) 2 Error(s)
The solution options are: Solution Template: Application (Layered) UI Framework: Blazor WebApp UI Theme: LeptonX Mobile Framework: None Public Site: No Optional Modules: Audit Logging, FileManagement, Language Management, OpenIddict UI. Note: No SaaS (Multi-Tenant) Solution Structure: Not Tiered Database Provider: Entity Framework Core Additional Options: None
Create a solution similar to the above and including all of the optional module compiles susscessfully.
Thanks @Chris, we fixed the problem and it will be available with the next release. Regards.
Hi, you can use the following command to install the source-code for the module (with the angular files):
abp get-source Volo.Gdpr --old
Hi, can you try to install the related module with source code via ABP Studio (https://abp.io/docs/latest/studio/solution-explorer#replace-with-source-code)?
If you look at the first part of my problem, that is exactly what I did. And that is what causes the problem. Thanks for looking into this.
Hi, sorry for the late response. I'll check this asap. Regards.
Hi, can you try to install the related module with source code via ABP Studio (https://abp.io/docs/latest/studio/solution-explorer#replace-with-source-code)?
Hi, unfortunately, currently there is not a way in ABP Suite to access the selections on both sides. I will create an internal issue for your request.
Regards.
Hi, if you created your microservice template with the new templating system (via ABP Studio or ABP Studio CLI) than currently ABP Suite is unable to generate CRUD pages. We have an internal issue with this problem and will fix it asap.
Regards.
Hi, from v8.3, we removed the create new solution button from the homepage. You can use ABP Studio to create your new solution and also use the ABP Suite directly from the ABP Studio. Or alternatively, you can use the ABP CL to create new solutions.
Hi again, I reproduced the problem, thanks for sharing the entity records. I will create an issue and fix it asap. Btw, I refunded your ticket. Regards.