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

Angular: Generate proxy doesn't work with nested generic type in dto #19656

Open
realLiangshiwei opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@realLiangshiwei
Copy link
Member

https://support.abp.io/QA/Questions/7114/abp-cli-generate-proxy-doesn%27t-work-anymore-with-generic-type-in-dto

Steps:

public class PagedListDto<T> : PagedResultDto<T>
{

}

public class TestAppService : QaAppService
{
    public async Task<PagedListDto<IdentityUser>> Test()
    {
        return new PagedListDto<IdentityUser>();
    }
}

abp generate-proxy -t ng

image
@realLiangshiwei realLiangshiwei added this to the 8.1-patch milestone Apr 30, 2024
@masumulu28 masumulu28 changed the title Angular: Generate proxy doesn't work anymore with generic type in dto Angular: Generate proxy doesn't work with nested generic type in dto May 6, 2024
@masumulu28 masumulu28 added in-progress hold Taken progress, but needs to wait something. and removed in-progress hold Taken progress, but needs to wait something. labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants