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
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