Hi, thanks for the inquiry, System.Array method proxies are now released in https://github.com/intellifactory/websharper/releases/tag/WebSharper.4.0.190.100-rc

By on 9/15/2017 12:45 PM ()

We will definitely expand proxy coverage, also expose a proxy browser website soon, sorry for missing this. I have added this to https://github.com/intellifactory/websharper/issues/609 .

There are 2 current solutions: The Linq extension methods are already proxied, so if you have using System.Linq;, you can do myArray.OrderBy(x => x) and so on. You can use Microsoft.FSharp.Collections.ArrayModule. Functions which take an F# lambda are ugly to use but SortInPlace is doing exactly what Array.Sort does.

By on 9/7/2017 7:25 AM ()

You can find proxy coverage for System.Array here - which indeed shows no translation coverage currently, which is unfortunate from a C# perspective, indeed.

By on 9/7/2017 1:23 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper