Activities of "maliming"

hi

The https://localhost:44379/Account/ExternalLogins and https://localhost:44379/Account/Sessions pages are MVC.

Can you add the SideLayout of the MVC version to the Blazor project?

src/AbpTabs.Blazor/Themes/LeptonX/Layouts/Application/_Sidebar.cshtml

Thanks,.

Yes, the 10.0 CLI needs NET 10 SDK.

Thanks.

hi

The Npgsql.EntityFrameworkCore.PostgreSQL does not support EF Core 10.0 official version yet. We will upgrade it as soon as a new version is released.

https://www.nuget.org/packages/npgsql.entityframeworkcore.postgresql#versions-body-tab

Thanks.

hi

Normally, the IGuidGenerator service will always be resolved. Does your application not resolve it?

Thanks

hi

Can you share a demo project?

liming.ma@volosoft.com

Thanks.

Answer

hi

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(ILeptonXStyleProvider))]
public class MyLeptonXStyleProvider : LeptonXStyleProvider
{
	public MyLeptonXStyleProvider(IHttpContextAccessor httpContextAccessor, IOptions<LeptonXThemeOptions> leptonXThemeOption)
		: base(httpContextAccessor, leptonXThemeOption)
	{
	}

	public override Task<string> GetSelectedStyleAsync()
	{
		return Task.FromResult(LeptonXStyleNames.Light);
	}
}
Answer

hi

It is a built-in service. Will get the current dark/light from the request cookies. Usually, you don't need to change it.

Thanks.

Answer

hi

Please inherit the LeptonXStyleProvider base class.

Thanks.

Answer

hi

You can try to override the GetSelectedStyleAsync method of ILeptonXStyleProvider service always to return LeptonXStyleNames.Light?

public override Task<string> GetSelectedStyleAsync()
{
    return Task.FromResult(LeptonXStyleNames.Light);
}

Thanks.

hi

Please send an email to liming.ma@volosoft.com

I will check it remotely by Zoom.

Thanks.

Showing 841 to 850 of 12031 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.3.0-preview. Updated on February 26, 2026, 10:19
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.