DynamicQueryableExtensions Specific method not found: All

Hi! (First of all, sorry for my english...)

I am using Radzen.Blazor v.2.1.0 with WASM Blazor (Microsoft.AspNetCore.Blazor 3.1.0-preview4.19579.2)

Sorting of RadzedGrid is causes an error:
WASM: System.TypeInitializationException: The type initializer for 'System.Linq.Dynamic.Core.DynamicQueryableExtensions' threw an exception. ---> System.Exception: Specific method not found: All ---> System.InvalidOperationException: Sequence contains no matching element

The code is taken directly from example:
https://blazor.radzen.com/datagrid-filter-template

Seems like mono is not implements yet this method...
Can you do anything with it?

Thanks!
b.t.w. Radzen is awesome!

Hi @MISTikus,

You’ve hit this issue:
https://github.com/mono/mono/issues/12917

Best Regards,
Vladimir

1 Like

Thanks!
Now its working with this workaround: