-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] NullReferenceException when placing an SVGImage inside a DataGridCheckboxColumn #94
Labels
Comments
18 tasks
thx |
We have this issue also. Is there any release pending to Nuget including this fix? |
released atm. will take a few minutes on nuget |
Now? |
Yes, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I place an SVGImage inside a DataGridCheckboxColumn and change the DataContext, my program crashes with a
System.NullReferenceException
inside theOnSourceChanged
method of the SVGImage.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The SVGImage is displayed correctly with its Source set to some existing URI, and invisible with the source set to Null or DependencyProperty.UnsetValue.
Additional context
The problem occurred with SVGImage 5.1.1 and .NET8
The text was updated successfully, but these errors were encountered: