Frode Flaten
Frode Flaten
Reopen to track future cleanup of PS v2/v3/v4/v5.0 code. Avoid large PRs and changes that doesn't provide a clear benefit. E.g. changing this which would be unnecessary breaking change for...
Good catch. Should still be broken in latest. We should just resolve the outputpaths early in Resolve-TestResultConfiguration and Resolve-CoverageConfiguration
Correct. RBAC and graph permissions (with app access policy) live side-by-side. If using RBAC, Mail.Send graph scope should not be granted at all. If you had Mail.Send and restricted it...
Marking as draft until #316 is merged as it's easier to rebase this.
Glad you figured it out. Likely same explanation as [this](https://github.com/pester/Pester/issues/2414#issuecomment-1874598570). Let's leave this open to update matching docs as you've suggested. 🙂 If you or someone would like to contribute...
Cool. No promises on PR, maybe in July. Considered it free-for-all 🙂
Basically just add (+ tests): ```powershell $synopsis = (Get-Help $powershellCommandName).Synopsis # Ignore for commands with missing synopsis (they return ` `) if (($synopsis -replace '^\s+|\s+$') -ne $powershellCommandName) { $description =...
Besides unit testing the module is always imported when `Replacefrontmatter` is called due to PlatyPS requirement (IIRC). Regardless, it is always aware of the platyPS mdx, so we could extract...
Yes. Single backtick codeblocks.
@dependabot rebase