0
rkoepferl created
If I use abp suite
to genreate me some new entities it also generates AppServices and interfaces.
I used for example 'Project' + 'Projects' (pl) but the generated files are as such:
ProjectAppService.cs
public class ProjectsAppService : ApplicationService, IProjectsAppService
IProjectAppService.cs
public interface IProjectsAppService : IApplicationService
This is inconsistend (regarding file name and first type in file) and stylecop wuld complain. (Plural vs. singular) I wonder if this causes me problems with abp suite in the future if I rename the files or classes.
But I appreciate this to be fixed as a bugfix in the first place!
3 Answer(s)
-
0
-
0
-
0
Hi,
Why you close the question, Has the problem been solved?