mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
Set EmbedAllSources=false and DebugType=portable in the root Directory.Build.props so the demo and API-reference assemblies no longer carry an embedded PDB containing full source. The embedded source is deflate-compressed, so Brotli cannot reclaim it - it was inflating RadzenBlazorDemos.wasm from ~1.3MB to ~4.2MB Brotli (and the lazy API bundle similarly). The packable Radzen.Blazor library is unaffected: it is governed by Radzen.Blazor/Directory.Build.props and still ships embedded sources in its .snupkg for consumer step-into-source debugging.
3.0 KiB
3.0 KiB