Pascal Berger

Results 110 issues of Pascal Berger

Using Gazorator in XUnit test cases leads and running from Visual Studio Test Explorer as part of https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/pull/276/ leads to Visual Studio being blocked. Running single test cases work, but...

It would be nice to have the number of warnings and errors returned from the `DocFxBuild` aliases, so that the calling script can decide how to proceed further in case...

Improvement

Add support for [npm dist-tag](https://docs.npmjs.com/cli/dist-tag) command.

Feature

Add support for [npm view](https://docs.npmjs.com/cli-commands/view.html) command.

Feature

Add support for [reading npm configuration](https://docs.npmjs.com/cli-commands/config.html).

Feature

Add support for npm get. Splitted from #102 . Fixes #121

Add support for npm view. Splitted from #102 . Fixes #120

Update to LibGit2Sharp 0.30.0 and native binaries 2.0.322

Using LibGit2Sharp has some limitations and can lead to runtime errors. In some cases Git CLI is available and could be used to achieve the task. We could add a...

enhancement

LibGit2Sharp 0.26.x doesn't support Ubuntu 20. Since then there was an effort to replace native binaries with managed HTTP stack (https://github.com/libgit2/libgit2sharp/pull/1618) which should bring support for more distros. This is...