jrusbatch / compilify

A web-based compiler for C# and VB.NET, powered by the Roslyn Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow users to optionally reference predefined libraries

prabirshrestha opened this issue · comments

something like http://jsfiddle.net/ which includes list of well known libraries like jquery, mootools.

You can then add libraries like Facebook C# SDK. https://github.com/facebook-csharp-sdk/facebook-csharp-sdk and then we can use classes from Facebook library.

There are lots of time when I need to test the fb request and test on the browser without creating a new console app.

There's another issue open requesting the ability to reference third-party libraries. I think it would be really useful if users could "install" packages from NuGet directly into their posts. That would let you reference the library, but the actions you perform with it would still be limited by the sandbox your code is executed in. Network requests would result in a security exception.

Making issue #28 the primary issue for this.