Stephanevg / PSClassUtils

A set of utilities to work with Powershell Classes
http://powershelldistrict.com/how-to-generate-a-uml-diagram-using-powershell/
91 stars 23 forks source link

Write-CUclassDiagram -ShowComposition Ignore's the -IgnoreCase parameter #101

Open Stephanevg opened 5 years ago

Stephanevg commented 5 years ago

Reproduction

Write-CUClassDiagram -Path C:\Modules\PSHTML\Code\Classes\003.pshtml.components.charts.ps1 -Show -IgnoreCase -ShowComposition
>  Write-CUClassDiagram -Path C:\Users\taavast3\OneDrive\Repo\Projects\OpenSource\PSHTML\Code\Classes\003.pshtml.components.charts.ps1 -Show -IgnoreCase -ShowComposition
Warning: node datasetpie, port Row_HoverBorderColor unrecognized
Warning: node datasetDoughnut, port Row_HoverBorderColor unrecognized
Warning: node ChartOptions, port Row_scales unrecognized
Warning: node ChartOptions, port Row_title unrecognized

image

image