Open albertwoo opened 2 years ago
This library does make a bit of use of reflection. I'm not sure what that means for trimmability.
Then below stuff should be able to add to the project file, so other people do not need to use the workaround.
<TrimMode>link</TrimMode>
<IsTrimmable>true</IsTrimmable>
Description
I am using this library in blazor wasm application, but this library's bundle size is 1008kb which is a lot for a web application. I also created similar ticket for FSharp.Data.Adaptive, which they already made it hanppen. https://github.com/fsprojects/FSharp.Data.Adaptive/issues/104 And the result is pretty good.
Known workarounds
People can add below stuff to their own application to make it work. But it is better to have it support by default.