⚡ 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.
12 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 :-)