We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
/api/services/app/AAA/GetAAAListAsync
/api/services/app/AAA/GetAAAList
The text was updated successfully, but these errors were encountered:
This is the convention of asp net core 3.0, and has nothing to do with abp.
dotnet/aspnetcore#4849
Sorry, something went wrong.
thanks!
For future reference, see https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.mvcoptions.suppressasyncsuffixinactionnames
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: