⚡ Update ABP CLI and ABP Suite
dotnet tool update -g Volo.Abp.Cli --prerelease
abp suite update --preview
📗 Blog post
- https://blog.abp.io/abp/announcing-abp-8-0-release-candidate
📘 Commercial release logs
- https://docs.abp.io/en/commercial/8.0/release-notes
- https://commercial.abp.io/releases/
🔼 Migration guides
- https://docs.abp.io/en/abp/8.0/Migration-Guides/Abp-8_0
- https://docs.abp.io/en/commercial/8.0/migration-guides/v8_0
✏️ Feel free to report any bugs, issues, and problems.
97 Answer(s)
-
0
After upgrading from 8.0.2 to 8.0.3 with Blazor Server project we get this error on startup.
System.TypeLoadException: 'Method 'ButtonStretchedLink' in type 'Blazorise.Bootstrap5.Bootstrap5ClassProvider' from assembly 'Blazorise.Bootstrap5, Version=1.3.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'
I had the same problem. You have to update the Blazorise NuGet packages to version 1.4.2
-
0
On Blazor Server
Issues arise when editing data: occasionally, changes to fields are not saved, and at times, modifications result in required fields being emptied.
-
0
Hello,
Can someone create the "Bugs & Issues v8.1.x"?
Thanks!
-
0
Please, don't ignore us!
-
0
hi rafael.gonzales
You can create a separate question, and we will refund the question credit for the bug
-
0
The suite doesn't really respect custom code blocks. Especially the .Extended classes.
It would be best if those got ignored unless the file is completely missing.
Also unit tests really need a . Extended class
-
0
Version 8.0.2 (Angular - EFCore)
After updating to Abp 8.0.2, extra properties for Tenant and OrganizationUnit entities defined in the ModuleExtensionConfigurator file which need to be selected by lookup as described here: https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#navigation-properties-foreign-keys result in the following frontend error: No provider for NgControl found in NodeInjector.
The error also occurs in a fresh minimal project. Hi @EngincanV, Is there a fix or workaround for this issue?
Any update on this regards?
-
0
I´m not quite sure if this should be called a bug or not BUT if you don´t know the awailable blogs you will have to go back and type them in to get it in the dropdown.
I would have some wait period (2 sek) after you put the cursor to the input and it will automatically show the blogs availabel.
At least offer an error text telling the user what is the issue..
-
0
I´m not quite sure if this should be called a bug or not BUT if you don´t know the awailable blogs you will have to go back and type them in to get it in the dropdown.
I would have some wait period (2 sek) after you put the cursor to the input and it will automatically show the blogs availabel.
At least offer an error text telling the user what is the issue..
Hi, currently we use an autocomplete component on this page for the blog input:
Can you check if is there a console error? It seems like it's a text input in your case.
-
0
Can you check if is there a console error? It seems like it's a text input in your case.
I checked and its not working in Blazor but is working in MVC
The auto only kicks in if I enter the first letter of the blogs name.
p.s Can we do something about the css of the dropdown? It cramped and hard to view...
-
0
updated to latest version of Suite & CLI. Created a new child for a parent object, and now getting the below errors on the parent object page.
Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.
Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them
-
0
-
0
updated to latest version of Suite & CLI. Created a new child for a parent object, and now getting the below errors on the parent object page.
Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.
Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them
Hi, I tested the Suite generation updating to 8.0.5 from 8.0.4 version and got no errors. To test the error, I need more information about your moves.
- Which UI framework do you use?
- Before updating Suite & CLI, which version did you use?
- To reproduce this, are there any specific steps should I take?
I will recheck this issue if you can give me these information. I would like to help you with your problem.
-
0
Can you check if is there a console error? It seems like it's a text input in your case.
I checked and its not working in Blazor but is working in MVC
The auto only kicks in if I enter the first letter of the blogs name.
p.s Can we do something about the css of the dropdown? It cramped and hard to view...
Thank you for the information you have provided. I was able to produce the problem. I created an issue for improvement regarding the issue. It will be updated in the next version.
-
0
updated to latest version of Suite & CLI.
Created a new child for a parent object, and now getting the below errors on the parent object page.Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.
Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them
Hi, I tested the Suite generation updating to 8.0.5 from 8.0.4 version and got no errors. To test the error, I need more information about your moves.
- Which UI framework do you use?
- Before updating Suite & CLI, which version did you use?
- To reproduce this, are there any specific steps should I take?
I will recheck this issue if you can give me these information. I would like to help you with your problem.
I was previously on 8.0.1, I upgraded the solution to 8.0.5. I use Blazor with a public website, tiered, and in this case it was multi-tenant, although I suspect that wouldn't make a difference. In this specific case, I created Class 1 as a master, Class 2 as a master. No other changes to the class. We later decided to remove Class 2, and recreate it as Class 2 but as a child of the Class 1. Errors thrown. We then fixed the errors, and created Class 3 as a child of Class 1. Same errors occured.
-
0
-
0
-
0
-
0
-
0
-
0
-
0
This question has been automatically marked as stale because it has not had recent activity.