sq / JSIL

CIL to Javascript Compiler
http://jsil.org/
Other
1.73k stars 241 forks source link

SortedList and SortedDictionary not implemented #972

Open koosha72 opened 8 years ago

koosha72 commented 8 years ago

Hi there. It seems that the SortedList and SortedDictionary classes are not implemented. There is no error while converting a program that uses them. But when I use their Add method nothing happens and their Count is still zero.

wklingler commented 8 years ago

Is this on the plan to implement in the near future?

kg commented 8 years ago

Your best bet is to use a translated version of Microsoft's BCL. @iskiselev has done great work here and it is almost completely working at this point if you configure JSIL to use it.