- 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) wrong namespace"
namespace RC2.Blazor.Pages%%<if:IsMicroservice>%%.RC2%%</if:IsMicroservice>%%
ABP Suite RC2 solved this issue
namespace RC2.Blazor.Pages%%<if:IsMicroservice>%%.RC2%%</if:IsMicroservice>%%
When you create a new entity you can use the GUID type
But there's no GUID type when you create a new property on your entity. The reason is, there's no option to not creating a UI control for a property and GUID type is a special type. There's no suitable UI input control for a GUID type. So this will not be implemented before this feature "don't create UI control for this property" .
ok, a faster solution could be to ignore properties with GUID type when generate UI but we can see all properties in abp suite.
Is still missing GUID property type
Same issue of 4.4.X, in some template AppService has entity-name in other entity-name-plural
I no longer have problems with CLI 5.0.0-rc1, nuget and npms, but I'm on Blazor Server + EfCore Sql Server with VS 2022 17.0.1 since solution is based on .net 6.0
My steps:
On VS2022 with 5.0.0-rc1 seem to be working.
VS 2022 using dotnet run with 5.0.0-beta3 same random error with log truncated: Volo.Abp.AbpException: Undefined permission: IdentityServer.IdentityResourc
This is new for me: [12:14:55 WRN] Unhandled exception rendering component: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ApplicationLayout.MainHeader.MainHeader.Dispose() at Microsoft.AspNetCore.Components.Rendering.ComponentState.Dispose() at Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispose(Boolean disposing) [12:14:55 WRN] Unhandled exception rendering component: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ApplicationLayout.Navigation.MainSiderbar.Dispose() at Microsoft.AspNetCore.Components.Rendering.ComponentState.Dispose() at Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispose(Boolean disposing) [12:14:55 ERR] Unhandled exception in circuit 'n4jrJsB74BSqQoAm48gqZ7JuicaORcTXqEymb55ZBek'. System.AggregateException: Exceptions were encountered while disposing components. (Object reference not set to an instance of an object.) (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ApplicationLayout.MainHeader.MainHeader.Dispose() at Microsoft.AspNetCore.Components.Rendering.ComponentState.Dispose() at Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispose(Boolean disposing) --- End of inner exception stack trace --- ---> (Inner Exception #1) System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ApplicationLayout.Navigation.MainSiderbar.Dispose() at Microsoft.AspNetCore.Components.Rendering.ComponentState.Dispose() at Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispose(Boolean disposing)<---
I've the same issue, more details in: https://support.abp.io/QA/Questions/2126/Error-VoloAbpAbpException-Undefined-permission-AbpId#answer-c4e31d36-4b85-a6ac-a44f-3a00363b7004