Activities of "maliming"

Answer

How about this?

UseHangfireDashboard can't be next of UseConfiguredEndpoints.

app.UseAuthentication();
if (MultiTenancyConsts.IsEnabled)
{
    app.UseMultiTenancy();
}
app.UseAuthorization();

app.UseHangfireDashboard();
//app.UseHangfireDashboard("/hangfire",new DashboardOptions
//{
// AsyncAuthorization = new[] { new AbpHangfireAuthorizationFilter(requiredPermissionName: "hangfirePerm") }
//});

app.UseSwagger();
app.UseAbpSwaggerUI(options =>
{
    options.SwaggerEndpoint("/swagger/v1/swagger.json", "TiberVendor API");
    var configuration = context.GetConfiguration();
    options.OAuthClientId(configuration["AuthServer:SwaggerClientId"]);
    options.OAuthClientSecret(configuration["AuthServer:SwaggerClientSecret"]);
});
``

The moment I install the .NET 6.0 SDK (or VS2022) the project is not building anymore (without any change to the project).

Can you share a simple project with me? liming.ma@volosoft.com

Answer

hi

Please share the full code of your Startup class.

hi

Some URLs stored in the database. https://docs.abp.io/en/commercial/latest/guides/identityserver-deployment

Answer

hi There are some changes: https://docs.abp.io/en/abp/5.0/Background-Jobs-Hangfire#abphangfireauthorizationfilter

Answer

hi

This is by design for now.

You can override it if you needs

https://github.com/abpframework/abp/pull/11081/

hi

I will check and fix that. Thanks

hi

Only on MVC application.

Please create a new question(English).

Showing 9791 to 9800 of 11531 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.