GnuCashCs.Common

GnuCashCs.Common is a set of utilities in C# that will aid in integrating with GnuCash. This package is required by GnuCashCs.REST. Currently, it only implements Fraction in Utilities, which assists in usage of Fractions in a simple manner. Implements all basic operations (add, subtract, multiply, divide, compare, simplyfy) related to fractions. Allows conversion to/from string/double. Implements extensions that allow utilizing fractions in LINQ, for example fractions.Sum() or items.Sum(x => x.FractionProperty) Code repo: https://gitlab.com/pp-gnucash/gnucash-cs-common


Keywords
Install
Install-Package GnuCashCs.Common -Version 0.1.1