Closed lukas-kirschner closed 7 months ago
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
released atm. will take a few minutes on nuget
We have updated to 5.2.0 from Nuget but still seeing the issue. From what I can see on Github release 5.20 is still based on source from Dec 2023?
Now?
Now?
Yes, thank you!
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