iainbrighton / PScribo

PowerShell documentation framework
MIT License
231 stars 35 forks source link

The property 'ClassId' cannot be found on this object. #58

Closed jbruett closed 6 years ago

jbruett commented 7 years ago

Running PScribo 0.7.17.75

I get this while rendering a document. There doesn't seem to be any direct effect from the error, the document builds as expected.

The property 'ClassId' cannot be found on this object. Verify that the property exists.
At line:247 char:17
+ ...             [ref] $null = $tocBuilder.AppendFormat('<h1 class="{0}">{ ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], PropertyNotFoundException
    + FullyQualifiedErrorId : PropertyNotFoundStrict
iainbrighton commented 7 years ago

@jbruett Thanks for reporting! As @it-praktyk points out, this is known issue. You can download the dev branch or wait until this is published to gallery (hopefully by tomorrow).

jbruett commented 7 years ago

Sounds good, I'll wait for the new release and close once confirmed.

iainbrighton commented 6 years ago

@jbruett Sorry - v0.7.18.87 was published to the gallery on 2017-09-07, Hopefully this is now resolved?

jbruett commented 6 years ago

I can build HTML docs without issue in 0.7.18.87 so I'll assume so