Ends in:
7 DAYS
16 HRS
25 MIN
31 SEC
Ends in:
7 D
16 H
25 M
31 S

Activities of "castellazzi"

Yes it's works. I will try regenerate solution. Thanks.

Hi I change version to all Blazorise pachages to 1.5.2, with no success. The only way I see the icon is to add in app.razor css from Blazorize.Icons.FontAwsome like below

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>AssoUp</title>
    <base href="/" />
    <link href="_content/Blazorise.Icons.FontAwesome/v6/css/all.min.css" rel="stylesheet">
    <AbpStyles BundleName="@BlazorLeptonXThemeBundles.Styles.Global" />
    
    <HeadOutlet @rendermode="InteractiveServer" />
    
</head>

It's right? Thanks

Thanks

Hi With DynamicClaims feature disabled now working fine. So I must always disable this feature "DynamicClaims", or there will be a fix/improvment in future. ? Thanks Marco

Thanks.

I found I put in another file, working fine.

Hi, my project is blazor server 'abp bundle' work only for Microsoft.NET.Sdk.BlazorWebAssembly. This is my package.json- package

Many thanks

Showing 1 to 7 of 7 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06