StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
401 stars 58 forks source link

Culture is assumed to be en-GB for tests #63

Closed Romanx closed 4 years ago

Romanx commented 5 years ago

The culture for the tests is currently assumed, we tried replacing it using both the xunit sample for use culture here and with the extension library by natemcmaster here.

It only seems to fail when run via Cake. I can only assume it's something to do with paralellism but more investigation needs to be done to fix it.

The PR we had to revert was #57

Romanx commented 4 years ago

We have now internalised this by allowing a culture info to be specified however it is defaulted to invariant culture.