hi
why do you add so many resource to the Dictionary
?
https://support.abp.io/QA/Questions/1642/Is-there-a-way-to-bypass-Tenant-for-Translations#answer-eea69656-8bb0-af79-e8fb-39fe16c17820
We may need to rewrite some BUnit services, can you share a simple project? liming.ma@volosoft.com
You can also download the source code of Account Pro
module and check the LinkLoginExtensionGrantValidator
hi Thomas
Can you share your steps and code to reproduce the problem?
Yes,
https://github.com/abpframework/abp/issues/10306
hi
https://community.abp.io/articles/using-devextreme-components-with-the-abp-framework-zb8z7yqv#json-serialization
if this is related to Newtonsoft.Json
You can try to set the UseHybridSerializer
to false
.
https://docs.abp.io/en/abp/latest/JSON#abpjsonoptions
hi
I don't want to override the out of the box class,
It seems you can only override the class.
https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services
1
You can try to override the AbpTagHelperStyleService
.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/TagHelpers/AbpTagHelperStyleService.cs#L46
2
You can remote some js or css from the Bundling.
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#bundle-contributors
hi
The Setting module
uses cache internally. Of course you can design your own optimized performance plan.
hi
I did not find other solutions. AbpDynamicOptionsManagery
must also call the SetAsync
method every time