⚡ Update ABP CLI , ABP Studio and ABP Suite
dotnet tool update -g Volo.Abp.Studio.Cli --version 0.9.24
abp suite update --version 9.1.0
📗 Blog post
- https://abp.io/community/articles/abp-platform-9.1-rc-has-been-released-wws5l00k
- https://abp.io/community/articles/abp.io-platform-9.1-final-has-been-released-h96a56qa
🔼 Migration guide
- https://abp.io/docs/9.1/release-info/migration-guides/abp-9-1
✏️ Feel free to report any bugs, issues, and problems.
17 Answer(s)
-
0
There is no 9.2 section to report.
Could you please create one
-
0
Please, don't forget of the thread for 9.2.x =)
Thanks!
-
0
Any updates on a new thread for 9.2.x?
-
0
-
0
-
0
-
0
-
0
-
0
-
0
Suite is not creating tests for the following code (GetListAsExcelFileAsync, DeleteByIdsAsync,GetDownloadTokenAsync and probably more)
For your auto generated code you should be able to touch 90-100% coverage, or what do you think?
You can use this free tool to check coverage https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage&ssr=false#overview
-
0
Hi, this is not a bug, but it something strange (in my option) that could cause confusion to the final users... In "Adminsitration > Settings > Account > Idle Session Timeout" there is a link to ABP documentation called "Learn more about idle session timeout" (See screenshot below). I think there should not be any link to ABP docs or website (at least in ABP commercial).
-
0
LeptonX Side Menu Does Not Load Collapsed State on Page Load
The left side menu always appears open when a page is loaded, even if the user had previously collapsed it. It seems the value from local storage (lpx:side-menu-state) is not being read and applied during initialization.
Every time the page is opened or refreshed, the side menu is displayed in the expanded state, regardless of the previously saved preference.
I created a new project using:
ABP Framework version: 9.2.1 LeptonX Theme version: 4.2.1 MVC / Razor Pages
The same issue occurs in a clean setup.
Fixed in 9.2.2 thx :-)
-
0
Just filed this bug in wrong chat https://abp.io/qa/questions/8330/3a1b39f2-f1f5-36a9-5e27-77cf1f14a83e please take a look
-
0
There is a bug Blazor razor pages when generating property of nullable Guid with ABP Suite
error CS1503: Argument 1: cannot convert from 'System.Guid?' to 'string' error CS1503: Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
So instead of
do something like this
Are there to few tests with ABP Studio?
-
0
-
0
New line in tables not working. At least not when using <br>
It works fine when in preview mode
| Column | | ------ | | • Some text <br> • Another text | | • With / br </br> • More text |
But not when published, then there is no new line...
Is there maybe another way to acheive this?
-
0