-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.0.100-preview.4.21177.4] Radzen Blazor Dropdown Component with multiple selection exception run against .net6 #50349
Comments
Tagging subscribers to this area: @eiriktsarpalis Issue DetailsApplication Name: BlazorBlogs (Radzen Blazor Dropdown Component, Dropdown with multiple selection) Steps to reproduce:
Expected Result: Actual Result:
Findings:
Above code works on .net5 but fails on .net6 Prev3. Exception :
We think this issue is caused by system.linq change here : #28776 Impact: @dotnet-actwx-bot @dotnet/compat
|
@eiriktsarpalis From this issue, it looks like another 2 packages impacted by LINQ apis change. |
It is the same issue as #49683. I would recommend filing a ticket with the package authors, citing this issue dotnet/docs#23421. |
@eiriktsarpalis Thanks for confirmation! I saw you already filled a ticket with the package owner. |
Application Name: BlazorBlogs (Radzen Blazor Dropdown Component, Dropdown with multiple selection)
OS: Windows 10 RS5
CPU: X64
.NET Build Number: 6.0.100-preview.4.21177.4
**Source Code & repro app: ** check at https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1302233
(This is 5.0 app, issue occurs when we run against 6.0 prev3)
Verify Scenarios:
1). Windows 10 RS5 X64 + .NET Core SDK build 6.0.100-preview.4.21177.4: Fail
2). Windows 10 RS5 X64 + .NET Core SDK build 6.0.100-preview.2.21158.2: Pass
3). Windows 10 RS5 X64 + .NET Core SDK build 5.0.104 : Pass
Steps to reproduce:
Expected Result:
It should select items
Actual Result:
Findings:
Exception comes from a package that Radzen uses package: System.Linq.Dynamic.Core
Sample console project to repro this issue : link check at https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1302233
Above code works on .net5 but fails on .net6 Prev3.
Exception :
We think this issue is caused by system.linq change here : #28776
Should be same issue with #49683, but need to get confirmation.
Impact:
1 real-world app (BlazorBlogs) failed in AppCompat lab.
The app is using Radzen Dropdown multiple selection feature, this is how we found this issue, this might affect other components as well.
The error should be from package https://www.nuget.org/packages/System.Linq.Dynamic.Core/, apps which are using this package's multiple selection feature will break if run against with .runtime NET 6 Preview 3 and later.
@dotnet-actwx-bot @dotnet/compat
The text was updated successfully, but these errors were encountered: