dotnet-exec icon indicating copy to clipboard operation
dotnet-exec copied to clipboard

Execute shell script as dotnet tasks

Results 11 dotnet-exec issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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.

feature

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...

investigation

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...

enhancement

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...

bug

As Developer, We need to pass extra arguments to the command **Acceptance Criteria** - User should be able to execute `dotnet execute [command-name] params`

feature

# Summary it's good to have an XML schema definition for `.dotnetexec`

feature

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...