Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix animation behavior hot reload (#2288)
* Add missing setter for AnimateCommand Fix https://developercommunity.visualstudio.com/t/Hot-reload-stops-working-when-using-Comm/10707756 Control properties should have both a getter and setter so that Hot Reload (and C# code) can update them. AnimateCommand was missing the setter - likely just an oversight. Hot Reload now works with this change. * Add comment clarifying that apps shouldn't use the setter directly. * Attempt to make thr setter as obsolete * Update AnimationBehavior.shared.cs * Update AnimationBehavior.shared.cs --------- Co-authored-by: Shaun Lawrence <[email protected]>
- Loading branch information