Thierry D.
Results
2
comments of
Thierry D.
I have a workaround for Find-FUFunction, I use the .RawFunctionAST.Name in place of the .Name of the object ``` $FunctionList = Find-FUFunction $PSM1Path Foreach ($Fction in $FunctionList) { $Fction.RawFunctionAST.Name }...
looking for the Write-FUGraph, I see 2 different approach: 1) add a switch -> 1.1 change the 2 functions in class FUUtility::getFunction to have 1 more parameter to keep the...