dotnet-exec
dotnet-exec copied to clipboard
Execute shell script as dotnet tasks
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
When trying to run `dotnet execute test` with the following config: ```json { "name": "app", "env": {}, "commands": { "build": [ "dotnet build" ], "test": [ "dotnet test" ] }...
Would be really nice. Just a little easier to read/maintain.
We currently have a set of `.sh` bash scripts which we've tweaked to work fine on both linux environments directly and bash on Windows. It seems entrypoint can either be...
It would be great to run commands via just `dotnet exec` too to save the fingers. (Love the concept btw. Coming back to .NET after a while of node, I...
If I run our xunit tests sh script then I see a green results line in the output. But running the same script via dotnet execute, all the text is...
As Developer, We need to pass extra arguments to the command **Acceptance Criteria** - User should be able to execute `dotnet execute [command-name] params`
# Summary it's good to have an XML schema definition for `.dotnetexec`
Hello, That is amazing project and very usable for me and my teams. We have a little problem to execute this super tool on the M1 apple machine, because is...