-
## Location
- Pester version: v5
- Functions: `Should`, `Get-ShouldOperator`
## General summary of the issue
Placeholder text is still being used for parameter documentation.
-
### 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 …
-
### Checklist
- [X] Issue 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…
-
Original Author: @shelby3
Original URL: https://github.com/keean/zenscript/issues/35#issue-243345358
Original Date: July 17, 2017
---
|
----- | -----
![](https://upload.wikimedia.org/wik…
-
PSScriptAnalyzer re-imports customrule-modules many times per file. This could be very expensive depending on the module. Ex. in Pester we have a customrule-module that loads some data into a module-v…
-
## 1. General summary of the issue
Run this command:
` echo a b c $null | should be "a","b","c"
Result:
```
Expected @('a', 'b', 'c'), but got @('a', 'b', 'c').
At C:\Program Files\Wind…
-
## Question
I'm getting the following error after a 'successful' run of my pester tests. I can trace everything through the last AfterAll and I am getting the expected results inside my scripts. How…
-
### Description
Has anyone looked at including the MS Teams dial in conferencing tenant settings (e.g. what can be done via Set-CsOnlineDialInConferencingTenantSettings) in M365DSC? If not, I'm hap…
-
In essence the following below fails. If the current value of LicenseUri is 'https://github.com/x', the call to update HelpInfoUri seems to revert LicenseUri back to that value.
```powershell
Updat…
-
### Problem description
After restructure of the repository the local build doesn't work an different PC.
The tests of the following DSC resources are not run:
InputObject SideIndicator
---…