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
hi
Most modules support blazor wasm. Blazor Server can work with mvc, but wasm cannot.
hi
What's your ABP Framework version? Can you share some logs when it is not ok?
If we cannot reproduce the problem, it will be difficult to find a solution.
https://github.com/maliming/abp-ioptions-example/commit/a5ab8b02d793edcd096ff16cb8157be0e3c44fba