You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
@Gillibald you seem to have changed it recently, right? If so, any idea what might have happend?
The errormessage isn't really helpful.
SHFB : error BE0065: TransformComponent: [M:Avalonia.Media.TextFormatting.Unicode.LineBreakEnumerator.MoveNext(Avalonia.Media.TextFormatting.Unicode.LineBreak@)] An error occurred while attempting to transform the reflection data to a topic. The error message was: System.ArgumentNullException: Value cannot be null. (Parameter 'typeInfo')
SHFB : error BE0065: BUILD FAILED: TransformComponent: [M:Avalonia.Media.TextFormatting.Unicode.LineBreakEnumerator.MoveNext(Avalonia.Media.TextFormatting.Unicode.LineBreak@)] An error occurred while attempting to transform the reflection data to a topic. The error message was: System.ArgumentNullException: Value cannot be null. (Parameter 'typeInfo')
I had to filter out this method to make SHFB happy again:
Avalonia.Media.TextFormatting.Unicode.LineBreakEnumerator.MoveNext@Gillibald you seem to have changed it recently, right? If so, any idea what might have happend?
The errormessage isn't really helpful.