Skip to content

v0.0.9

Choose a tag to compare

@DamianEdwards DamianEdwards released this 29 Mar 22:47
· 7 commits to main since this release
1f9794d

Improve performance.

Install using the dotnet CLI:

dotnet tool install -g dotnet-cs

Then invoke by passing a path or URI to a C# file:

cs hello.cs
cs https://raw.githubusercontent.com/DamianEdwards/csrun/refs/heads/main/samples/hello.cs

Or bring up a built-in code editor in the terminal and run from there:

cs --edit

https://www.nuget.org/packages/dotnet-cs/0.0.9

What's Changed

Full Changelog: v0.0.8...v0.0.9