Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cowuake/sharpenedexamples

A collection of C# examples, employing the power and flexibility of CSX scripting
https://github.com/cowuake/sharpenedexamples

Last synced: about 1 month ago
JSON representation

A collection of C# examples, employing the power and flexibility of CSX scripting

Awesome Lists containing this project

README

        

# SharpenedExamples

A collection of C# examples, employing the power and flexibility of CSX scripting.

## How to run the examples

1. Follow the [installation instructions for `dotnet-script`](https://github.com/dotnet-script/dotnet-script/blob/master/README.md#installing)
2. Run the examples directly from the terminal invoking `dotnet script`. If you want, for example, to run the example on the Tuple data type, just launch the following command from the root of the repository:

```bash
dotnet script ./src/DataTypes/tuples.csx
```