dotnet-script/dotnet-script
Run C# scripts from the .NET CLI. observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 93
- Release rhythm 54
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 280.0
- age_days: 3619
- days_rel: 97
- days_push: 45
- n_releases_24m: 3
Adoption not part of the score
3008 stars · 179 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
dotnet-script is a .NET global tool that lets you run C# scripts (.csx) directly from the .NET CLI, with inline NuGet package references and VS Code debugging support. It is built on Roslyn and provides full language services via OmniSharp.
Use cases
- run C# scripts from the command line
- execute .csx script files with dotnet CLI
- use NuGet packages inline in C# scripts
- debug C# scripts in VS Code
- replace PowerShell or Python one-off scripts with C#
- automate tasks with quick C# scripts without creating a project
When to choose
- you want to run C# code without scaffolding a full project
- you need scripting with full C# language and NuGet support
- you already work in the .NET ecosystem and want a REPL-like scripting workflow
When to avoid
- you need a general-purpose scripting language with faster startup like Python or PowerShell
- you are building a compiled production application rather than scripts
- you do not have the .NET SDK installed
Facets
cli-tool · maturity active
cli interpreter developer-tools developer-tools programming-languages cross-platform cli windows csharp csx roslyn scripting dotnet nuget command-line linux macos
1 source
- readme: https://github.com/dotnet-script/dotnet-script · fetched 2026-08-28 · 574b71ff10d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnet-script/dotnet-script | main | 81 |
For agents
markdown · JSON · MCP: product_card(name="dotnet-script/dotnet-script")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem