v0.0.9
Improve performance.
Install using the dotnet CLI:
dotnet tool install -g dotnet-csThen invoke by passing a path or URI to a C# file:
cs hello.cscs https://raw.githubusercontent.com/DamianEdwards/csrun/refs/heads/main/samples/hello.csOr bring up a built-in code editor in the terminal and run from there:
cs --edithttps://www.nuget.org/packages/dotnet-cs/0.0.9
What's Changed
- Remove things from startup path for perf sake by @DamianEdwards in #15
Full Changelog: v0.0.8...v0.0.9