Activities of "yilmaz.atalar"

It's now working after upgrading abp framework to version 3.0.5.

Thanks for your attention.

  • ABP Framework version: v3.0.4
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): Yes

I'm facing that exception while populating swagger page. Can you help me to solve this issue? Thanks.

P.S.: Also upgraded AutoMapper package to v10.0

I've suspected that something is weird. Because abp suite should not generate services by extending ApplicationService class. I think your problem will be easily solved by converting services to extend CrudAppService.

I've added just two abp packages to my project which are:

  • Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy
  • Volo.Abp.Autofac

and framework apis keep appearing.

Is it possible to configure your service to extend CrudAppService? Then you can override ApplyPaging method.

I just want to remove apis, not all abp framework features.

Hi,

You can do that by overriding "ApplyPaging" method of your CrudAppService.

Hi,

I've created a new api module which will operate for external integration issues. But I want to disable apis that come from framework modules for that api module. (Audit logging, identity-server etc.) How can I achieve this?

Thanks.

Showing 31 to 38 of 38 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11