Activities of "maliming"

hi

How can I set the tenant name while using the dynamic C# API client proxies?

You can change the current tenant

using (_currentTenant.Change(tenantId))
{
    return await _dynamicProductService.GetListAsync();
}

Answer

ok

Answer

hi

I checked. The current time' is utcnow.

Can you test it with a brand new template project?

Answer

ok,

How can I reproduce the problem?

Can you test it with a brand new template project?

HI

GetQueryableAsync

var users = await (await _appUserRepository.GetQueryableAsync())
                .Where(x => x...)
                .FirstOrDefaultAsync();
Answer

hi

You can test in your dev environment without IIS.

Answer

2022-12-23 16:38:11.279 +08:00 Current time: '12/23/2022 08:38:11'.

There seems to be an 8 hour time difference.

Please check your server environment .

Answer

hi

ValidTo: '12/23/2022 04:40:03', Current time: '12/23/2022 08:38:11'.

The time seems wrong?

Answer

hi

I didn't get the logs yet

Answer

hi

administration-service.

Showing 7191 to 7200 of 10617 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30