Skip to content

Commit 6ebd2ea

Browse files
committed
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).
1 parent 853781d commit 6ebd2ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Radzen.Blazor/Radzen.Blazor.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
55
<NoWarn>BL9993;BL0007;BL0005</NoWarn>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7-
<IsTrimmable>true</IsTrimmable>
8-
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
7+
<IsTrimmable>false</IsTrimmable>
8+
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
99
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
1010
<RazorLangVersion>7.0</RazorLangVersion>
1111
<LangVersion>latest</LangVersion>
1212
<OutputType>Library</OutputType>
1313
<IsPackable>true</IsPackable>
1414
<PackageId>Radzen.Blazor</PackageId>
1515
<Product>Radzen.Blazor</Product>
16-
<Version>11.0.2</Version>
16+
<Version>11.0.3</Version>
1717
<Copyright>Radzen Ltd.</Copyright>
1818
<Authors>Radzen Ltd.</Authors>
1919
<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>

0 commit comments

Comments
 (0)