Jan Hesse
Jan Hesse
Hey Sam7, there are a few more incompatibilities with IE8 in S# that you may run into rather quickly. On my part I am including es5-shim (also on github) to...
+1 on [PreserveCase] on class level because reading JSON Serialized POCO Objects by JavaScriptSerializer is currently a pain to map into existing JS Objects sharing the same Properties.
Well always good to hear those concerns one not thought of. I agree in the use case for beeing able to inherit from a JS class at runtime. I need...
Another stumbling block which makes looking for errors time consuming is this: List a = new List(1, 2, 3); List b = new List(); b.AddRange(a); Translates as well into an...
Ok, that get me on the road. For the moment I am doing this: ``` csharp if (Number.IsNaN(selectedDate.GetTime())) ```
pulled and used it - it's a reasonable approach to return NaN to be able to distinguish unsuccesfull parsings. OT BTW: maybe you didn't see - please consider my comment...
This was discovered some time ago #295. Pull the latest cc branch. If it does not help, include the BaseTest() call in Class b, as per your commented code.
I have made a slight addition to #L3669 as explained in commit above
Had to make another fix of my fix as explained in the commit.
+1 for example transmission can only import .torrent from a watch folder