Activities of "liangshiwei"

It's no different than IFormFile

Hi,

yes, You should use IRemoteStreamContent

Hi,

The problem should be fixed in the next CLI version.

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

Showing 2131 to 2140 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41