Andrew Harry

Results 24 comments of Andrew Harry

Top of my wish list.... Support for Generics

Here is the outputted javascript for the above c# scriptsharp ``` SLC$Common$NumberHelpers.numberToString = function(value) { if (value >= 0) { if (value < 10) { value = SLC$Common$NumberHelpers.round(value, 2); return...

@nikhilk maybe need to tag the issue with the appropriate version number

Are generics supported now in ScriptSharp?

Isn't a culture made of two strings generally speaking. i.e french Canadian? Just saying french is good, but not how .net normally does things

@nikhilk How far away is verion 0.8? I was attempting to migrate my project over yesterday - but had to abandon my efforts - just couldn't trust the code base...

It took me a few hours to migrate a large set of projects from 0.7.5 to 0.8 Mainly getting settings right in the project files. There are a couple of...

Yeah it is the ASP.net MVC json date format = "\/Date(1239018869048)\/" Not sure if that is changing in MVC 4 as they are switching json.net from their own serialiser. Wishing...

On the minification issue. Could Script# minimise the names of private members and functions? Also would be good to be able to define a much simpler namespaces for the outputted...