This is a collection of scripts that I use for PowerShell Module Development C# PowerShell Module Development and Azure DevOps extension Development.
There are times when I have issues with VSCode and the built-in PSScriptAnalyzer, mainly around psake Tasks, but in a few other places as well. Including this file in my Repositories since I rarely remember where it is.
The settings file is how my local vscode is setup
Complex modules are PowerShell modules made up of multiple modules. For my setup, the individual modules are built into a single module through my psake tasks.
Simple Modules are PowerShell modules that do not have multiple modules.
PowerShell modules that are written in C#