Skip to content

How to keep the Async suffix of the api in swagger? #5043

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

Closed
aricyu opened this issue Nov 19, 2019 · 3 comments
Closed

How to keep the Async suffix of the api in swagger? #5043

aricyu opened this issue Nov 19, 2019 · 3 comments

Comments

@aricyu
Copy link
Contributor

aricyu commented Nov 19, 2019

  • Abp package version:5.0.0.
  • Your base framework: .Net Core 3.0.

When used as Api Url,
I need the full method name in the Application

for example

/api/services/app/AAA/GetAAAListAsync
not /api/services/app/AAA/GetAAAList

@maliming
Copy link
Member

This is the convention of asp net core 3.0, and has nothing to do with abp.

dotnet/aspnetcore#4849

@aricyu
Copy link
Contributor Author

aricyu commented Nov 19, 2019

thanks!

@ryancyq
Copy link
Contributor

ryancyq commented Nov 19, 2019

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

No branches or pull requests

3 participants