Base solution for your next web application

Activities of "sky"

Hi, I recently update the abp packages from 1.21 (included in the lastest aspnetzero) to 1.5.

I realised the ClaimsAbpSession constuctor has changed, from

public ClaimsAbpSession(IMultiTenancyConfig multiTenancy)
        {
           ...
        }

to

ClaimsAbpSession(
            IPrincipalAccessor principalAccessor,
            IMultiTenancyConfig multiTenancy, 
            IAmbientScopeProvider<SessionOverride> sessionOverrideScopeProvider)
            :base(multiTenancy, sessionOverrideScopeProvider)
{
    ...
}

I tried to understand, however with limited documentation, I am unable to. Could you tell me how to patch this breaking change.

Thank you.

Hi,

May I know where I can get Metronic documentations and samples?

Best Regards.

Great. thanks.

Hi,

I am about to begin work on the Anguar2 project and realised from the forum of some issues or missing features like the front end and those will be available in new releases.

I will like to understand if there is an easy strategy on how to, if possible, to receive as well as to patch existing project with new changes. Thank you.

Best Regards,

Showing 1 to 4 of 4 entries