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

Make Money generic #24

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Make Money generic #24

wants to merge 6 commits into from

Conversation

FreeApophis
Copy link
Member

This branch allows any floating point number type (implementing System.Numeric.IFloatingPoint) to be the base of Money and IMoneyExpression, therefore the whole Money library is now fully generic to the numeric type.

The downside:

Money.CHF(2.50) is much nicer than Money<decimal>.CHF(2.50)

I think I want a facade before publishing this.

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.

1 participant