en-US/about_PSDT.VisualStudio.help.txt

TOPIC
        about_PSDT.VisualStudio
        
SHORT DESCRIPTION
        PSDT.VisualStudio is a collection of PowerShell cmdlets, which improves developer productivity.

LONG DESCRIPTION
        The PowerShell Developer Tools for Visual Studio simplifies finding and opening of solutions.
        
        PSDT.VisualStudio is shipped with a built-in (nested) module, which is intended to encapsulate
        general PSDT application logic.
         
        The following functionality is supported:
        
        * Find solution files
        * Use wildcard and/or words to filter solutions
        * Build solutions
        * Execute MSTests in test assemblies
        
CONTRIBUTE

        PSDT.VisualStudio is open source on GitHub:
        
        https://github.com/tauri-code/PSDevTools
        
        As you use the module and find what you believe to be are bugs,
        please submit them to:
        
        https://github.com/tauri-code/PSDevTools/issues
        
        Better yet, fix the bug and submit a pull request.
        
SEE ALSO
        Get-VSSolution
        Invoke-VSBuild
        Invoke-VSTest