scriptsharp icon indicating copy to clipboard operation
scriptsharp copied to clipboard

Script# Project - a C# to JavaScript compiler, to power your HTML5 and Node.js web development.

Results 104 scriptsharp issues
Sort by recently updated
recently updated
newest added

FYI: It looks like the latest preview build of VS 2017 breaks Script# compilation due to mscorlib conflict resolution. I've logged a bug here: https://developercommunity.visualstudio.com/content/problem/138986/1550-preview-2-breaks-scriptsharp-compilation.html . Please add comments and...

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 1.2.14 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...

dependencies

Is there any equivalent class/utility available for javascript URL object which can be used in Script# ??

I'm attempting to implement the ProgressEvent to use with my FileAPI-FileReader class. It derives from ElementEvent and I'm trying to inherit from the ElementEvent class but the compiler is complaining...

I have written unit tests for my dev code. I am have exposed internals of dev code for my uts using "internalsvisibleto". Problem is in test code I need to...

What class structure/attributes do I need to get the following results: Microsoft.Maps.loadModule(......... I'm not sure how to implement this in the library so that I can use. I'm looking to...

I'm implementing a control that will display pushpins on a bing map. When the user hovers or clicks on the pushpin I'd like to display an info box. I've been...

The MapEventArgs class seems to be missing a great deal of properties. Is this for a reason or just lack of resources. Also, is there a specific version of Bing...

The project domain expired at the end of 2015 and has been taken over by an unrelated blogger/spammer. Let's not direct traffic that way in future.

jQuery promises implement Promises/A+ specification, and hence support this part of the spec: 2.2.7.1. #If either onFulfilled or onRejected returns a value x, run the Promise Resolution Procedure see the...