Hi,
yes, You should use IRemoteStreamContent
Yes, it will be a bit troublesome
I suggest you move the method to a new API controller and use different module name
Hi,
Thanks, I will check asap
Unfortunately, there is currently no way to ignore it. you may need to delete it manually
Hi,
CLI will generate a proxy script with the module name app by default.
You can use different module name for your API to avoid generating proxies:
[RemoteService(Name = "myapp")]
[Area("myapp")]
[Route("api/test")]
public class TestController : AbpControllerBase, ITestAppService
{
....
}
: )
Hi,
Sorry, my bad.
Should be IOptions<IdentityOptions> not IOptions<AbpIdentityOptions>
https://github.com/abpframework/abp/issues/19522