Open Closed

Class name of AppService does not match filename #3623


User avatar
0
ageiter created
  • ABP Framework version: v5.3.0

  • UI type: Blazor

  • DB provider: EF Core

  • Steps to reproduce the issue:"

  1. Use ABP Suite to generate entities
  2. Generate any entity (with backend selected)
  • Problem / Bug:"

The file name of the AppService class is named in singular, but the class itself is named in plural.

Example: Entity "Country":

  • Class name: CountriesAppService
  • Filename: CountryAppService.cs

This should match. Probably rather singular (CountryAppService).

Thanks, Adrian


1 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @ageiter,

    Thanks for reporting. We'll fix it.

    I've refunded your question credit.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11