No member "ThenBy" Island

Playing with Linq in Island (Darwin and Windows)
if I try to use multiple sort values,
like

Var res := from user in users
    order by user.HomeCountry  , user.Age
    select user;

I got an error:

No member "ThenBy" on type "sequence of TUser"

Thanks, logged as bugs://83007

bugs://83007 got closed with status fixed.

1 Like