Some simple helpers for writing SignalR in C# scripts. The main purpose of this is to allow sending messages to clients without having to use the dynamic object, which is not supported by Roslyn (and therefore ScriptCs) at the time of writing.
MakeSharp - Make# - is a straightforward build automation tool for .Net using C# scripts. It's designed to be used in an object oriented manner allowing you to create advanced and maintainable build logic
Update: This NuGet package has been renamed to 'ScriptCs.Request' so please install that package (https://www.nuget.org/packages/ScriptCs.Request/) instead since this package will not be maintained.
Using this script pack you can write very simple declarative scripts for performing http...
More information
This script pack allows the structure of objects to be dumped from within the REPL or scripts. It utilises JSON.Net for serialisation. A number of options are provided:
Object References (Include/Exclude)
Output Format (PrettyPrint/Compact)
Null Values (Include/Exclude)