Components have no support for .net 6 #162

Open
opened 2026-01-29 17:32:38 +00:00 by claunia · 0 comments
Owner

Originally created by @sofiageo on GitHub (Jul 23, 2021).

Describe the bug
There are currently 18 cases where component code only executes for NET5 only. NET6 is ignored though. For example Virtualization is only supported for NET 5 in a RadzenDataGrid. It should probably be changed to NET5_0_OR_GREATER

To Reproduce
Steps to reproduce the behavior:

  1. Create a .net 6 preview 6 Blazor project
  2. Create a RadzenDataGrid with Virtualization enabled
  3. Virtualization is ignored, application freezes as a result.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Firefox Nightly
Originally created by @sofiageo on GitHub (Jul 23, 2021). **Describe the bug** There are currently 18 cases where component code only executes for NET5 only. NET6 is ignored though. For example Virtualization is only supported for NET 5 in a RadzenDataGrid. It should probably be changed to [NET5_0_OR_GREATER](https://github.com/dotnet/designs/blob/main/accepted/2020/or-greater-defines/or-greater-defines.md) **To Reproduce** Steps to reproduce the behavior: 1. Create a .net 6 preview 6 Blazor project 2. Create a RadzenDataGrid with Virtualization enabled 3. Virtualization is ignored, application freezes as a result. **Desktop (please complete the following information):** - OS: Windows 10 - Browser: Firefox Nightly
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#162