Disable assembly trimming and raise version to 11.0.3

Mark the library as non-trimmable (IsTrimmable=false) to avoid trimming
breaking JS interop serialization and [JSInvokable] callbacks (e.g. the
Spreadsheet editor stopped working after trimming).
This commit is contained in:
Vladimir Enchev
2026-06-24 18:54:52 +03:00
parent 853781de91
commit 6ebd2ea315

View File

@@ -4,8 +4,8 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>BL9993;BL0007;BL0005</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsTrimmable>true</IsTrimmable>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<IsTrimmable>false</IsTrimmable>
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<RazorLangVersion>7.0</RazorLangVersion>
<LangVersion>latest</LangVersion>
@@ -13,7 +13,7 @@
<IsPackable>true</IsPackable>
<PackageId>Radzen.Blazor</PackageId>
<Product>Radzen.Blazor</Product>
<Version>11.0.2</Version>
<Version>11.0.3</Version>
<Copyright>Radzen Ltd.</Copyright>
<Authors>Radzen Ltd.</Authors>
<Description>Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 110+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI.</Description>