Matthias Koch

Results 46 issues of 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_

enhancement :sparkles:
first-timers :hugs:

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

area:cicd

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

area:core

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

enhancement :sparkles:
first-timers :hugs:

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

good first issue
area:cicd
cost:medium

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

good first issue
area:cicd
cost:medium

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

enhancement :sparkles:
first-timers :hugs: