Stéphane
Stéphane
C'est fini ça non @LxLeChat ?
Great @PeterMTaylor Thanks for pointing that out, I have updated the first section. I am thinking that we could perhaps add a switch parameter to give the possibility to the...
@PeterMTaylor What do you think of: ``` -OutputType [Combined/Single] ``` Ps: I am also thinking that this switch could be used for a regular Class (UML) diagram --> Created a...
Another example: ```powershell Enum RunSourceType { json xml database } Class PCCRunDocument { [String]$ComputerName [String]$PackageName [DateTime]$Executiondate [RunSourceType]$FileType [Object]$Data Hidden [String]$Source #[PCCRunDocument]::New('C:\Users\taavast3\OneDrive\Repo\Projects\Clients\Swisscom\ESC\PCCComplianceChecks\Tests\PCC_SAGITTA5170017_PCC.chk.esc.win.spdn_20191023-172317.json') PccRunDocument([system.io.fileInfo]$Document){ $d = $Document.Name.Split('_') $This.ComputerName = $d[1] $This.PackageName =...
I have removed linux testing support (see https://github.com/Stephanevg/PSClassUtils/commit/d2e809c3f07307c1d7db29c3a07ea5610d72dcd1) as I think that PSGraph has an issue on Linux, where we cannot do much.
I have removed linux testing support (see https://github.com/Stephanevg/PSClassUtils/commit/d2e809c3f07307c1d7db29c3a07ea5610d72dcd1) as I think that PSGraph has an issue on Linux, where we cannot do much.
Hi, that would be perfect yes @tomlarse
Hi @vikingtiger Thank you SO much for your PR. For some reason, I missed the notification of this one. I have looked at your PR. It looks like a few...
Yes, that would be fine. Thanks for pointing the failed commit out. I'll have a look at what broke, and fix it.
I have advanced pretty well. It seems like most of the work for [CUDiagram] is done. I managed to keep things simple in this first version by reusing existing functions...