Setter Specificity #11082
Labels
area-xaml
XAML, CSS, Triggers, Behaviors
fixed-in-8.0.0-preview.7.8842
Look for this fix in 8.0.0-preview.7.8842!
partner/hot-reload-xaml
Issues impacting XAML Hot Reload experiences
proposal/open
t/enhancement ☀️
New feature or request
Milestone
Description
In order to better compute the current values for BindableProperties, we need to keep a list of all values being set, with their Specificity, instead of relying on some heuristics (from style, etc.) and order of application.
The specificity concept is borrowed from CSS, and keeping a list of values with specificity will allow
(Public) API Changes
No public API change
Usage Scenarios
/
Backward Compatibility
This will fix a few existing bugs, so might break apps relying on those bugs or wrong behaviours. We're thinking about walling this behind a feature flag, enabled by default on the new templates, opening the opportunity to include this as a service release of net7
Difficulty
Medium
The text was updated successfully, but these errors were encountered: