Blazor-Diagrams / Blazor.Diagrams

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

Unit test failing on non english culture settings #369

Closed K0369 closed 1 year ago

K0369 commented 1 year 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.