Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ConsoleApp suffix from the console template #4043

Closed
hikalkan opened this issue May 21, 2020 · 2 comments · Fixed by #4053
Closed

Remove ConsoleApp suffix from the console template #4043

hikalkan opened this issue May 21, 2020 · 2 comments · Fixed by #4053

Comments

@hikalkan
Copy link
Member

If I want ConsoleApp naming, I can already do. It is not good to assume that we always want a .ConsoleApp suffix.

We can create multi-namespace solution names:

abp new MyApp.Ns1.Ns2.FinalNs -t console

But it always add .ConsoleApp to the end:

image

@realLiangshiwei
Copy link
Member

If we delete the consoleApp suffix of the project name, then it will be the same name as the solution. Should we keep project name suffix?

@hikalkan
Copy link
Member Author

I think no problem with that. A single application in a solution can be same named with the solution.

For example, I want to create a console application like Acme.TempFilesDeleter which deletes some predefined folders, why should I be forced to name it like Acme.TempFilesDeleter.ConsoleApp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants