Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves #36 by introducing a culture-invariant DecimalInvariant parser #51

Merged
merged 1 commit into from
Jun 23, 2015

Conversation

nblumhardt
Copy link
Member

I'd ideally like to change the signature of Decimal() to accept a CultureInfo, but instead this PR goes for the non-breaking option of introducing a new parser using the *Invariant naming convention found elsewhere in .NET. If nothing else, this should at least trigger caution when seen next to Decimal in IntelliSense.

Bundled some minor test and ReSharper-guided cleanup, apologies for the cluttered diff. @mikehadlow any chance of a quick sanity check? Cheers! :-)

@mikehadlow
Copy link
Collaborator

Looks fine.

mikehadlow added a commit that referenced this pull request Jun 23, 2015
Resolves #36 by introducing a culture-invariant DecimalInvariant parser
@mikehadlow mikehadlow merged commit a10caae into master Jun 23, 2015
@nblumhardt nblumhardt deleted the fix-36 branch June 23, 2015 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants