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!
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
Hi,
Why you close the question, Has the problem been solved?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


