Skip to content

Commit 073cd0e

Browse files
committed
Parse english always
1 parent ba741fc commit 073cd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Testing/BasicTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private sealed class MyBasicObj
4545
#region Constants
4646

4747
private static readonly DateTime _expectedDateTime = new(1998, 12, 30);
48-
private static readonly Int128 _expectedInt128 = Int128.Parse("48,045,707,429,126,174,655,160,174,263,614,327,112", NumberStyles.AllowThousands);
48+
private static readonly Int128 _expectedInt128 = Int128.Parse("48,045,707,429,126,174,655,160,174,263,614,327,112", NumberStyles.AllowThousands, NumberFormatInfo.InvariantInfo);
4949
private static readonly byte[] _bytes = new byte[]
5050
{
5151
0x00, 0x08, // ShortSizedEnum.Val2

0 commit comments

Comments
 (0)