DependencySearch
1.1.3
Some of the interesting functions:
- Get-CodeDependency - searches for PowerShell code/script/module dependencies through static code analysis (AST). Supports also checks against PowerShell Gallery
- Get-CodeDependencyS
Some of the interesting functions:
- Get-CodeDependency - searches for PowerShell code/script/module dependencies through static code analysis (AST). Supports also checks against PowerShell Gallery
- Get-CodeDependencyStatus - gets (module) dependencies of given script/module and warns you about possible problems
- Get-CorrespondingGraphCommand - translates given AzureAD or MSOnline command to Graph command
- Get-ModuleCommandUsedInCode - searches for commands (defined in specific module) in given script file
Installation Options
Owners
Copyright
(c) 2023 @AndrewZtrhgf. All rights reserved.
Package Details
Author(s)
- @AndrewZtrhgf
Tags
PowerShell Dependency AST DependencySearch
Functions
Get-AddPSSnapinFromAST Get-CodeDependency Get-CodeDependencyStatus Get-CorrespondingGraphCommand Get-ImportModuleFromAST Get-ModuleCommandUsedInCode
Dependencies
Release Notes
* 1.1.0
* EDIT
* Get-CodeDependency - huge rewrite & lots of improvements
* Get-ImportModuleFromAST - align the code with changes in Get-CodeDependency
* Get-CodeDependencyStatus - align the code with changes in Get-CodeDependency
* 1.1.1
* BUGFIX
* Get-CorrespondingGraphCommand - MS has changed their site a little bit, edited to match the new one
* 1.1.2
* EDIT
* Get-CodeDependency - fixes, change in dependency search logic (controlled by new getDependencyOfRequiredModule parameter), added optimization parameter processJustMSGraphSDK for Get-CodeGraphPermissionRequirement
* 1.1.3
* EDIT
* Get-CodeDependency - added parameter processEveryTime for internal use in Get-CodeGraphPermissionRequirement
FileList
- DependencySearch.nuspec
- DependencySearch.psd1
- DependencySearch.psm1