Hi!
The Decimal128Tests.Decimal uses current culture to parse the InlineData strings. This leads to test failures when decimal separator is not a period. The call to decimal.Parse should include the specific (invariant?) culture.
Hi!
The Decimal128Tests.Decimal uses current culture to parse the InlineData strings. This leads to test failures when decimal separator is not a period. The call to decimal.Parse should include the specific (invariant?) culture.