Stephanevg / PSClassUtils

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

Write-CUClassDiagram - Static methods are not shown as static in diagram #81

Open Stephanevg opened 5 years ago

Stephanevg commented 5 years ago

While scanning this file:

The following class:

image

from this file:

https://github.com/Stephanevg/PSHTML/blob/master/Code/Classes/001.pshtml.utilities.configuration.ps1

contains only static methods, but in the diagram, are not showed as static.

image