From f1e4126954c2ac1ecc8e21f48dd9ade5aa46d3ad Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Thu, 27 May 2021 08:41:48 +0300 Subject: [PATCH] docs(hybrid): remove wrong info for trial errors --- .../BlazorWinFormsApp/BlazorWinFormsApp.csproj | 4 ---- common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj | 4 ---- common/hybrid-blazor-apps/README.md | 6 ------ 3 files changed, 14 deletions(-) diff --git a/common/hybrid-blazor-apps/BlazorWinFormsApp/BlazorWinFormsApp.csproj b/common/hybrid-blazor-apps/BlazorWinFormsApp/BlazorWinFormsApp.csproj index 799b4ece..6c85c3f3 100644 --- a/common/hybrid-blazor-apps/BlazorWinFormsApp/BlazorWinFormsApp.csproj +++ b/common/hybrid-blazor-apps/BlazorWinFormsApp/BlazorWinFormsApp.csproj @@ -11,10 +11,6 @@ - - - - diff --git a/common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj b/common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj index b0c65e5e..f2851b15 100644 --- a/common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj +++ b/common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj @@ -10,10 +10,6 @@ - - - - diff --git a/common/hybrid-blazor-apps/README.md b/common/hybrid-blazor-apps/README.md index 967e6d13..01236e91 100644 --- a/common/hybrid-blazor-apps/README.md +++ b/common/hybrid-blazor-apps/README.md @@ -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. - -