Skip to content

How dynamic api does not automatically remove the Async suffix #5042

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 18, 2019 · 4 comments
Closed

How dynamic api does not automatically remove the Async suffix #5042

aricyu opened this issue Nov 18, 2019 · 4 comments

Comments

@aricyu
Copy link
Contributor

aricyu commented Nov 18, 2019

  • Abp package version:5.0.0.
  • Your base framework: .Net Core 3.0.
  • Exception message and stack trace if available.

image

  • Steps needed to reproduce the problem.
    In MyProjectWebCoreModule.cs
 Configuration.Modules.AbpAspNetCore()
                .CreateControllersForAppServices(typeof(MyProjectApplicationModule).GetAssembly());

Configuration.Modules.AbpWebCommon().ApiProxyScripting.RemoveAsyncPostfixOnProxyGeneration = false;
@maliming
Copy link
Member

RemoveAsyncPostfixOnProxyGeneration is for AbpServiceProxies(ApiProxyScripting).

@aricyu
Copy link
Contributor Author

aricyu commented Nov 19, 2019

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

@d-oit
Copy link

d-oit commented Jan 8, 2020

@ChiakiYu Take a look at the aspnetcore issue: dotnet/aspnetcore#8998

@maliming
Copy link
Member

maliming commented Jan 9, 2020

Related #5043 (comment)

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