Activities of "cala"

added <PackageReference Include="Volo.Abp.AspNetCore.Components.Web.LeptonXTheme" Version="1.0.4" /> to our main Blazor project

now i get _Host.cshtml(5,42): Error CS0234 : The type or namespace name 'LeptonXTheme' does not exist in the namespace 'Volo.Abp.AspNetCore.Components.Web' (are you missing an assembly reference?)

also the nuget manager shows:

there are no v1.0.4 for UI.Theme.LeptonX and Components.Server.LeptonXTheme - not sure if this is correct

create SideMenuLayout.razor in Components/ApplicationLayout with the content you posted but it is not used

so please, just create a new package version...

@EngincanV this doesnt work... how can i override the file with only the part you provided ? please create a backport or share the full SideMenuLayout.razor file. thanks note: if you dont want to share this in puplic, sent it to my email - but that wont solve the problem for all other people that need to stay on net 6 too

well, it reference v7 packages and require net 7 - so we cannot update to it.

Package Volo.Abp.AspNetCore.Components.Server.LeptonXTheme 2.0.0 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Volo.Abp.AspNetCore.Components.Server.LeptonXTheme 2.0.0 supports: net7.0 (.NETCoreApp,Version=v7.0)

@EngincanV will there be a v6 release for this fix ?

ok thanks

@christianharoh abp suite will do this for you, just check "Separated tenant schema", details can be found in thedocumentation

well, you cant implement IIdentityDbContext without IdentityClaimType and IdentityLinkUser

we need to use user information ( like user name, last name, etc ) in our queries - this only works if the user is on the same context.

so this moves also LinkUser and ClaimType to the tenant context :/ is there Identitydbcontext for user information (IdentityUser) only ?

thanks, you can ask @maliming for the example project ( its an almost empty project, generated by abp suite 6.0 ) - have sent it to his email

Showing 11 to 20 of 56 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13