liangshiwei
liangshiwei
In the design of ABP, each cached data will have type `Type` information, and use `type` to deserialize data when getting cache. https://github.com/aspnetboilerplate/aspnetboilerplate/blob/3cf5e84cfea0e9357ef5afb84e64f14de1be0871/src/Abp/Runtime/Caching/AbpCacheData.cs#L37 But in different projects or solutions, the...
Make dependencies to minimum
In this way, we can customize the login page and no redirect to Auth server required
https://support.abp.io/QA/Questions/6677/Mongodb-Searches-are-case-sensitive--Saas-Tenant-Search We need to check all MongoDB query code
https://support.abp.io/QA/Questions/6614/Angular-generate-proxy-root-namespace-options Consider adding a root namespace option. https://github.com/abpframework/abp/blob/e6e91bf11cd219ccab72633b13994dc5be2d2932/npm/ng-packs/packages/schematics/src/utils/source.ts#L51-L56
### Blazorise Version 1.5.0 ### What Blazorise provider are you running on? None ### Link to minimal reproduction or a simple code snippet ```csharp @page "/" @rendermode InteractiveServer Home Add...
https://support.abp.io/QA/Questions/7114/abp-cli-generate-proxy-doesn%27t-work-anymore-with-generic-type-in-dto Steps: ```csharp public class PagedListDto : PagedResultDto { } public class TestAppService : QaAppService { public async Task Test() { return new PagedListDto(); } } ``` `abp generate-proxy -t...
https://support.abp.io/QA/Questions/6981/Can%27t-build-project-if-new-version-is-released @EngincanV Can we change the Leptonx theme version to the exact version number instead of a wildcard when creating a new project? what do you think?