PSDocs icon indicating copy to clipboard operation
PSDocs copied to clipboard

Generate documentation from Infrastructure as Code (IaC).

Results 35 PSDocs issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....

dependencies

Bumps [Microsoft.CodeCoverage](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. Release notes Sourced from Microsoft.CodeCoverage's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....

dependencies

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.1 to 0.13.2. Commits 186998d Set library version: 0.13.2 f6f3358 Prepare v0.13.2 changelog e0dbce7 Release notes for 0.13.2 (#2084) 8ec00dd Hiding columns (#1890) 8380003 Hide columns for...

dependencies

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...

dependencies

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 11.2.1 to 12.0.0. Release notes Sourced from YamlDotNet's releases. Release 12.0.0 Merge pull request #623 from jairbubbles/add-tostring-on-yamlexception Do not include the Start / End in the YamlException...

dependencies

Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.1.0. Release notes Sourced from actions/stale's releases. v5.1.0 [5.1.0] Don't process stale issues right after they're marked stale Add close-issue-reason option #764#772 Various dependabot/dependency updates...

ci-quality

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

**Description of the issue** Just attempting to build documentation for my templates, I'm getting Path not found for what appears to be a default param Path=$PWD **To Reproduce** Steps to...

When importing PSDocs module, importing `PSDocs.Format.ps1xml` may fail if `PSDocs.dll` is blocked by Windows because it was downloaded from the PowerShell Gallery. ```text Import-Module : Errors occurred while loading the...

documentation

Currently the current working path is used by default when `-BaseDirectory` is not specified. For document definitions included in a module, base directory should instead default to the module directory...

enhancement