nuke icon indicating copy to clipboard operation
nuke copied to clipboard

🏗 The AKEless Build System for C#/.NET

Results 225 nuke issues
Sort by recently updated
recently updated
newest added

### Description I feel Nuke needs to clearly distinguish between "Powershell" and "Windows Powershell". - "Powershell" is `pwsh` and version >= 6.0. - Windows Powershell is `powershell.exe` and version If...

enhancement :sparkles:

Added list of valid values to exception message when enum value conversion fails. Example: `Value 'verbosd' could not be converted to 'Verbosity?'. Accepted values are: Verbose, Normal, Minimal, Quiet` I...

area:core

Added some description on how to disable the caching that is enabled by default for Azure Pipelines I confirm that the pull-request: - [x] Follows the contribution guidelines - [x]...

`Logger` was deprecated some time ago, and it seems that the `Logger.LogLevel` property is always `LogLevel.Normal` now. This broke the formatting of exception messages for `ProcessException` so that they no...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Add yaml-to-dhall tool. Tool can translate yaml to [dhall ](https://dhall-lang.org/)expression I confirm that the pull-request: - [x] Follows the contribution guidelines - [x] Is based on my own work -...

I had a personal need for slightly more expansive support for Azure Pipelines config generation, so I added in support for generating `Name` and `Parameters` to the `azure-pipelines.yml` file. The...

Adds support for powershell core I confirm that the pull-request: - [x] Follows the contribution guidelines - [x] Is based on my own work - [x] Is in compliance with...

Adds support for transforming dhall files to yaml with dhall-to-yaml-ng tool. [Dhall](https://dhall-lang.org/) is a programmable configuration language I confirm that the pull-request: - [x] Follows the contribution guidelines - [x]...

`s_minimalOutput` is written by one thread and read by `FileWatcher` thread but is [ThreadStatic]. `FileWatcher` never sees a value other than the default `false`. - [/] Follows the contribution guidelines...