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
.... 0. ( adjust connection string for your setup )
have sent you an email
Blazor Server