Commit 890d81c
Fix WFO1000 release build error on FormBase.HelpPage
The HelpPage property added for F1 online help (commit e127194) lacked
designer-serialization configuration. WFO1000 is error-severity by default,
and Crystallography.Controls intentionally does not suppress it (260322Ch),
so the managed release build (dotnet build -c Release) failed as soon as the
4.934 version bump triggered the release workflow. The error was pre-existing
and unrelated to the Media Foundation migration; it had simply never been
release-built because the workflow only runs on Version.cs changes.
Annotate HelpPage with [Browsable(false)] and
[DesignerSerializationVisibility(Hidden)], matching the CommonDialog.cs
pattern, since the property is set only in code (never via the designer).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e1933f3 commit 890d81c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments