-
Notifications
You must be signed in to change notification settings - Fork 1
notes003
Christian Prior-Mamulyan edited this page Jul 6, 2025
·
1 revision
- Lock Down the Assignment Flow (In Practice) Add this to your README or CONTRIBUTING.md:
Never assign to GlobalVariables.err directly in XAML or Invoke Code.
Use GlobalErrorHelpers.Set(...) only.
Access with GetOrCreate() or TryGet().
Enforce in README / CONTRIBUTING.md:
markdown
Copy
Edit
Do not reference GlobalVariables.err directly in Assign or Condition expressions.
Always use GlobalErrorHelpers.GetOrCreate() or HasError().
Note
Help to improve this documentation. Submit feedback.
Copyright © 2025 Christian Prior-Mamulyan · License CC BY-SA 4.0