maliming
maliming
Resolve #13336
If there is too much data seed in a uow, mysql may timeout.
Is it possible to load module(s) at runtime instead of adding them using "DependsOnAttribute"? Or can you suggest a reasonable workaround compatible with Abp framework? For example; ```cs public class...
`__tenant` parameter name can be changed using `AspNetCoreMultiTenancyOptions`. ``` services.Configure(options => { options.TenantKey = "MyTenantKey"; }); ``` https://github.com/abpframework/abp/blob/33a450bb621de36517c7943d261a063b3accf4a4/npm/ng-packs/packages/core/src/lib/interceptors/api.interceptor.ts#L29
# Description This PR supports custom subscriptions response. Mainly to integrate [Event-Bus](https://docs.abp.io/en/abp/latest/Event-Bus) in the [ABP framework](https://github.com/abpframework/abp). ## Issue reference No ## Checklist Please make sure you've completed the relevant tasks...
Resolve #18289 The document: https://github.com/abpframework/abp/blob/blazor-full-stack-web-ui/docs/en/Migration-Guides/Abp-8-2-Blazor-Web-App.md Test the CLI and new templates manually - [x] app blazor wasm - leptonx-lite - [x] app blazor server - leptonx-lite - [x] app blazor...
Resolve #18935 
https://github.com/abpframework/abp/tree/dev/docs/zh-Hans