Matthias Koch
Matthias Koch
#### Is the feature request related to a problem Some markdown renderers support metadata like title and highlighted lines after the start of a code fence. For instance: ```` ```csharp...
This repository will move to the original umbrella repo at https://github.com/nuke-build/nuke
_First of all, great work here! I've been looking for a great template since forever, and now finally found it :)_ Some of my posts tend to have quite large...
### Description Extend `nuke :secrets` to remind the user to cleanup clipboard after secret was added. ### Usage Example _No response_ ### Alternative _No response_
### Description Currently, generation of CI/CD files is only enabled locally. Sometimes users forget to run `nuke` once more to update those files and therefore the build runs with old...
### Description - Adapt `GetTarget` to support `InvocationExpression` ``` (((configurator.Body as InvocationExpression).Expression as MemberExpression).Expression as ConstantExpression).Value ``` - Introduce new `ApplyX` method with `Expression` (no overload, since ambiguous) - Add...
### Description Not knowing if certain files have been compiled or generated to the anticipated location is a common issue in build automation (see https://twitter.com/jchannon/status/1542886391922688006). Naturally, you can run NUKE...
### Description Given GitHub CLI is present and the user is authenticated. The `nuke :secrets` command could set the secret variable directly in GitHub. - Check if user is authenticated...
### Description Given Azure CLI is present and the user is authenticated. The `nuke :secrets` command could set the secret variable directly in Azure DevOps. - Get organization and project...
### Description Add an attribute that disables logo, target headers, and summary without having to pass arguments (like `--no-logo`). Particularly for common tools not used in CI/CD this is good...