Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
919 stars 176 forks source link

Unit test failing on non english culture settings #369

Closed K0369 closed 8 months ago

K0369 commented 8 months ago

The LinkVertexWidgetTests are failing on cultures that are not using a dot as decimal separator. Reason is a missing "ToInvariantCulture()" on the provided custom widget.

I will submit a pr with the fix shortly.