Activities of "maliming"

Deleted. : )

hi

Please remove the options.ConventionalControllers.Create(typeof(AbpAccountAdminHttpApiModule).Assembly,...

You cannot change the API version in the module. You can only control your own API.

Add below to HttpApi.Host project.

context.Services.Configure<ApiVersioningOptions>(options =>
{
    options.UseApiBehavior = false;
});

Add below to Web project.

context.Services.AddApiVersioning();

hi

I will check your project asap.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no

hi

I can share some source code with you if you need it.

hi Are you call the GetAsync?

var entity = await _entityNameRepository.GetAsync(id)

Can you share a simple project with me ?

hi

We will support it in the future, you can consider implementing it yourself for now.

hi

The Volo.Abp.Emailing already add in the template project by default.

I can't understand your situation.

hi

You should add the IncludeDetails and use it in includeDetails .

hi Neozzz

Did you add the IncludeDetails extension method?

Showing 10181 to 10190 of 11548 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.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.