issues Search Results · repo:xt0rted/dotnet-run-script language:C#
Filter by
11 results
(64 ms)11 results
inxt0rted/dotnet-run-script (press backspace or delete to remove)It would be very handy if there was an integration for Dotnet s tab completion.
juliangrube1988
- Opened on Nov 19, 2024
- #340
Hi in my azure pipeline I currently have to install both .net 8 and .net 6 if you could add .net 8 support them I would
speed up my pipelines.
If you can point me in the right direction I can submit a ...
AnderssonPeter
- 2
- Opened on Feb 9, 2024
- #258
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
xt0rted
- 1
- Opened on Jan 9, 2023
- #136
Given the following:
dotnet r build test publish:* -- --configuration release
It will be expanded to:
dotnet r build --configuration release
dotnet r test --configuration release
dotnet r publish:* ...
bug
xt0rted
- Opened on Nov 9, 2022
- #120
If a script is set up to run dotnet watch --project ... and you press kbd ctrl /kbd + kbd c /kbd the task is canceled
but then you get an exception and the console crashes. This doesn t happen in cmd.exe, ...
bug
xt0rted
- 2
- Opened on Oct 5, 2022
- #95
The underlying list of scripts is a Dictionary string, string but that doesn t guarantee the scripts will be in the
order they re in in the global.json, so switching it to a KeyedCollection string, string ...
xt0rted
- Opened on Sep 19, 2022
- #92
This is similar to how npm-run-all supports this and will allow passing values to different parts of the script.
- {1}, {2}, ... - An ordered argument quoted
- {@} - All arguments individually quoted ...
enhancement
xt0rted
- 1
- Opened on May 1, 2022
- #45
cmd doesn t need to be quoted, but sh, pwsh, etc. do and they also need to be escaped😳
https://github.com/xt0rted/dotnet-run-script/blob/9f1110c87d242d53f592102f92fcaea703e6c69f/src/RunScriptCommand.cs#L117-L120 ...
bug
xt0rted
- 1
- Opened on Apr 3, 2022
- #16
Much like 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 should run them sequentially. ...
enhancement
xt0rted
- Opened on Mar 23, 2022
- #4
The Heroicons terminal icon should be good, and will match the ones used for
https://github.com/xt0rted/heroicons-tag-helper and https://github.com/xt0rted/tailwindcss-tag-helpers.
enhancement
xt0rted
- 1
- Opened on Mar 14, 2022
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.