Christian Sandfeld
Christian Sandfeld
Based on the description in issue #3 (and I think I saw it elsewhere also, but cannot find that right now) I expected only deployments tagged with *all* specified tags,...
Using DependingOn results in a deployment order that is completely different from what I expected. Consider the following psdeploy.ps1 file: ```PowerShell Deploy A { By Task Setup { FromSource {...
During testing with PSDepend today I ran into an issue when trying to install a module from a MyGet feed using the 'PSGalleryNuget' dependency type. The module was not installed,...
Feature request: A plugin to generate PDF docs. Might utilize the [PDFSharp library](http://www.pdfsharp.net/). Tobias Weltner has done some work with [PowerShell and PDFSharp](http://www.powertheshell.com/sending-results-to-pdf-files/) that might be a good startingpoint. Would...
## PR Summary - Adds properties to CSharp classes to enable `Inconclusive` and `InconclusiveCount` properties on the `Pester.Run` object. - Adds logic to group and count tests marked as inconclusive....
### Checklist - [X] Feature request has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version...
There is a mismatch between how placeholders are expanded in the "Pester Tests" (vscode-adapter) extension, and how they are expanded in Pester. I would expect them to be expanded the...