devlooped/dotnet-run
Runs a C# file or script using .NET 10+
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments to pass to the C# file, potentially as multi-line text | no | "" |
| file | The C# file to run | no | "" |
| script | The C# script to run | no | "" |
Outputs
| name | description |
|---|---|
| output | Output from the C# execution |