Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 770 Bytes

File metadata and controls

45 lines (27 loc) · 770 Bytes
name Bug report 🐛
about Report errors or unexpected behavior 🤔

Before submitting a bug report:

  • Make sure you are able to repro it on the latest released version
  • Perform a quick search for existing issues to check if this bug has already been reported

Steps to reproduce

Expected behavior


Actual behavior


If an unexpected error was thrown then please report the full error details using e.g. $error[0] | Select-Object *

Environment data

> $PSVersionTable

> (Get-Module -ListAvailable PSScriptAnalyzer).Version | ForEach-Object { $_.ToString() }