Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="6.0.0-preview.4.21253.5" />

<!-- the trial version throws an error - disposed renderer - this could be investigated after the official framework is released in case MS fix it-->
<!--<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="2.24.0" />-->

<!-- the commercial version works as expected -->
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.24.0" />
</ItemGroup>

Expand Down
4 changes: 0 additions & 4 deletions common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.0-preview.4.21253.5" />

<!-- the trial version throws an error - disposed renderer - this could be investigated after the official framework is released in case MS fix it-->
<!--<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="2.24.0" />-->

<!-- the commercial version works as expected -->
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.24.0" />
</ItemGroup>

Expand Down
6 changes: 0 additions & 6 deletions common/hybrid-blazor-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ These sample apps contain just a few commonly used Telerik components such as a
4. Make sure you have the latest Telerik UI for Blazor version (2.24.0) in [your nuget feed](https://docs.telerik.com/blazor-ui/installation/nuget).
5. Run an app - either the WinForms, or WPF one.


## Known Issues

* The Blazor WebViews seem to throw exceptions about a disposed rendered when the `Trial` version of Telerik components is used. The Commercial version seems to work fine. Considering that `.NET 6 Preview4` (the current target of this sample) this is an early preview of .NET 6, this is a problem we would investigate if it remains in the official .NET 6 version.