This repository is a collection of scriptcs
samples.
Note: to use samples that use HttpListener (Web API, ServiceStack, Nancy) you need to run CMD with elevation!
cinst scriptcs -pre -source "http://www.myget.org/F/scriptcsnightly/"
build.cmd
scriptcs -install
scriptcs start.csx
We are always looking for new, interesting samples and use cases! Before sending a pull request with a new sample, please follow the below checklist:
packages.config
if you rely on Nuget packages. Only include the top level packages.readme.md
describing what the sample is about, and how it should be usedscriptcs
dev branchIf, during the process of creating a sample, you encounter/discover any issues with scriptcs, please make sure to file an issue in the scriptcs repo. If you discover an issue with a current sample, file an issue in this repo
Want to chat about your sample? You can find us on:
All samples are available as Apache 2 License