Activities of "alper"

Answer

@zhongfang after .NET 6, Microsoft changed the dotnet pack command behaviour, you need to check this https://stackoverflow.com/questions/69500315/wwwroot-directory-is-not-copied-to-the-tools-net6-0-any-directory-in-a-nuget-pac

Answer

@jkrause if you are trying use ABP v5.0 stable on a ABP v5.0 (RC) version it'll not work as expected. Suite and your ABP version must be the same.

Answer

@christophe.baille I couldn't reproduce it. Can you try to login via CLI.

closing the issue since 21 days past over it. you can reopen it if you have an ongoing problem about this.

5.0.0 stable release has been released. the team is packing the source-code. I'll send you asap.

To be able to download the source code of this package, see https://support.abp.io/QA/Questions/2256/Commercial-source-code-to-angular-package#answer-04114519-785d-680f-ca0a-3a011877e4c2

Answer
  • ABP Framework version: v5.0.0-rc2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: no
  • Steps to reproduce the issue:"generate page from ABP Suite (rc1 is lastest available now) autocomplete item.DisplayName null exception on edit modal"
  • looks like something else is changed in Blazorise

We'll check this

Answer

@jkrause For this problem

Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'!

you need to remove your Suite and re-install

abp suite remove && abp suite install --preview

@trungbq check your inbox, it's sent to your email address.

hi mostafa,

our team sent you the source-code of @volo/abp.commercial.ng.ui to your email mostafa_ibrahem22@hotmail.com. check your inbox/spam/junk folders.

Answer

ABP Suite still generates faulty code for Blazor Server, I guess one of the templates are wrong. If it is possible to change this even before the release of 5.0, please tell as it breaks migrations etc currently from ABP Suite 5.0 RC 1.

For created and update, await is missing, like

    private async Task CreateCompanyTypeAsync() 
    { 
        try 
        { 
            if (NewCompanyTypeValidations?.ValidateAll() == false) 
            { 
                return; 
            } 
 
            await CompanyTypesAppService.CreateAsync(NewCompanyType); 
            await GetCompanyTypesAsync(); 
            CreateCompanyTypeModal.Hide(); 
        } 
        catch (Exception ex) 
        { 
            await HandleErrorAsync(ex); 
        } 
    } 

Should be if (await (NewCompanyTypeValidations?.ValidateAll()) == false) to compile.

Can we change a template or something to make this work until fixed?

Edit:

Seems like it is this template that needs to be modified as above Frontend.Blazor.Page.Item.razor_cs.txt

this has been fixed in upcoming rc2 the reason, blazorise changed some of their API methods to async.

Showing 571 to 580 of 1955 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.