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
Fix Typewriter plugin startup crash (NRE on named controls)
MainWindow accessed InfoLabel/EndDelayInput/OkButton as if they were
auto-assigned fields, but Avalonia 11 does not generate those out of
the box without Avalonia.NameGenerator. Resolve them explicitly via
FindControl in InitializeComponent, killing the
NullReferenceException that aborted the plugin with exit code 134
right after Avalonia framework init.
While here, drop PublishSingleFile/IncludeNativeLibrariesForSelfExtract
from the workflow - Avalonia's recommended setup is multi-file
self-contained publish, and the single-file extraction was a known
source of subtle native-load issues.
Bump plugin version to 1.0.1 and point se5-plugins.json at the new
se5-typewriter-v1.0.1 release tag so SE shows "Update available" for
anyone who installed the broken 1.0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments