PSClassUtils icon indicating copy to clipboard operation
PSClassUtils copied to clipboard

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

Open Stephanevg opened this issue 6 years ago • 0 comments

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

Stephanevg avatar Mar 14 '19 10:03 Stephanevg