dotnet-run-script icon indicating copy to clipboard operation
dotnet-run-script copied to clipboard

A dotnet tool to run arbitrary commands from a project's "scripts" object

Results 27 dotnet-run-script issues
Sort by recently updated
recently updated
newest added

This adds the ability to run multiple scripts in a single call via `dotnet r script1 script2`. They will run serially and the group will exit on the first error...

enhancement

Bumps [System.CommandLine.Rendering](https://github.com/dotnet/command-line-api) from 0.4.0-alpha.22114.1 to 0.4.0-alpha.22272.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.CommandLine.Rendering&package-manager=nuget&previous-version=0.4.0-alpha.22114.1&new-version=0.4.0-alpha.22272.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [System.CommandLine](https://github.com/dotnet/command-line-api) from 2.0.0-beta3.22114.1 to 2.0.0-beta4.22272.1. Release notes Sourced from System.CommandLine's releases. System.CommandLine v2.0.0-beta4.22272.1 For details on the Beta 4 release, please see #1750. What's Changed Added ZSH Completion Shim...

dependencies
.NET

This is similar to how [`npm-run-all`](https://github.com/mysticatea/npm-run-all/blob/master/docs/npm-run-all.md#argument-placeholders) supports this and will allow passing values to different parts of the script. - `{1}`, `{2}`, ... - An ordered argument quoted - `{@}`...

enhancement

Much like [`npm-run-all`](https://github.com/mysticatea/npm-run-all) we should be able to do something like `dotnet r *:build --parallel` and have all scripts ending with `:build` run in parallel. Leaving off the `--parallel` option...

enhancement

This should do a couple things: 1. If a `global.json` doesn't exist in the executing folder create one 2. Add a `scripts` section with a simple `echo "hello world"` type...

enhancement

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. Commits ce73397 Update Readme to 8.0.0 c782a04 Update dependencies from https://github.com/dotnet/source-build-reference-pac... 89b9cd2 Update dependencies from https://github.com/dotnet/source-build-reference-pac... 3740aa2 Update dependencies from https://github.com/dotnet/source-build-reference-pac... a2b1485 Update dependencies...

dependencies
.NET

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.37.0 to 0.38.0. Release notes Sourced from markdownlint-cli's releases. 0.38.0 Update markdownlint dependency to 0.32.1 Remove deprecated MD002/MD006 Remove rule aliases for "header" Add MD054/link-image-style Use micromark...

dependencies
javascript

dependencies
.NET

If a script is named `//`, or maybe even just starts with `//`, then it should be ignored and not loaded or treated as a script.

enhancement