ivanparvaresh / dotnet-exec

Execute shell script as dotnet tasks
MIT License
22 stars 3 forks source link

`name` is required #39

Closed justin-caldicott closed 3 years ago

justin-caldicott commented 3 years ago

But I'm not sure what it's for. I just set mine to ".".

Can it's purpose be documented and/or it made optional?

ivanparvaresh commented 3 years ago

@justin-caldicott could you explain the issue a little bit more?

justin-caldicott commented 3 years ago

In the .dotnetexec.json file there's a required name property. I'm not sure what this is for, but it's required. I'm not sure what putting the solution name in there gives us, as in the readme. I'd prefer to not have the property if it's not needed for anything.

ivanparvaresh commented 3 years ago

added to the board