-
Notifications
You must be signed in to change notification settings - Fork 167
StartAnimationAction's TargetObject DP is incorrectly declared #407
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponents::behaviorsA collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.A collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlow difficultyA small or trivial change that isn't difficult to complete.A small or trivial change that isn't difficult to complete.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponents::behaviorsA collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.A collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededlow difficultyA small or trivial change that isn't difficult to complete.A small or trivial change that isn't difficult to complete.
Type
Projects
- StatusShow more project fields✅ Done
Describe the bug
https://github.com/CommunityToolkit/Windows/blob/main/components/Behaviors/src/Animations/StartAnimationAction.cs
My program throw an exception while binding values to
TargetObjectinStartAnimationAction, and I found that theownerTypeof theTargetObjectproperty was incorrectly assigned while analyzing the source.I think changing the ownerType to StartAnimationAction instead of StartAnimationActivity will solve the exception.
Steps to reproduce
Expected behavior
throw exception
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
No response
Help us help you
No, I'm unable to contribute a solution.