Skip to content

Commit 2258751

Browse files
docs(hybrid): remove wrong info for trial errors (#94)
1 parent 1215857 commit 2258751

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

common/hybrid-blazor-apps/BlazorWinFormsApp/BlazorWinFormsApp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="6.0.0-preview.4.21253.5" />
1313

14-
<!-- the trial version throws an error - disposed renderer - this could be investigated after the official framework is released in case MS fix it-->
15-
<!--<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="2.24.0" />-->
16-
17-
<!-- the commercial version works as expected -->
1814
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.24.0" />
1915
</ItemGroup>
2016

common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.0-preview.4.21253.5" />
1212

13-
<!-- the trial version throws an error - disposed renderer - this could be investigated after the official framework is released in case MS fix it-->
14-
<!--<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="2.24.0" />-->
15-
16-
<!-- the commercial version works as expected -->
1713
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.24.0" />
1814
</ItemGroup>
1915

common/hybrid-blazor-apps/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@ These sample apps contain just a few commonly used Telerik components such as a
2525
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).
2626
5. Run an app - either the WinForms, or WPF one.
2727

28-
29-
## Known Issues
30-
31-
* 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.
32-
33-

0 commit comments

Comments
 (0)