
Creating a New PSSA Rule
Going from Problem to solution; we walk through creating a new rule to warn when reserved words are used as function names.
Part 2 of PSScriptAnalyzer Development

Going from Problem to solution; we walk through creating a new rule to warn when reserved words are used as function names.

Go through setting up a development environment for contributing to PSScriptAnalyzer and how to build and debug the code.

I wrote a VSCode extension for visualizing PowerShell Abstract Syntax Trees and their properties.