nmoneys icon indicating copy to clipboard operation
nmoneys copied to clipboard

.Net implementation of Money Value Object

Results 9 nmoneys issues
Sort by recently updated
recently updated
newest added

Is there any support for System.Text.Json (de)serialization or plans to add that?

`MakeOptimalChange()` works under the premise that the set of denominations that is passed is infinite, that is, we never "run out" of pieces for each denomination. In the real-world, there...

enhancement
help wanted

`MakeChange()` works under the premise that the set of denominations that is passed is infinite, that is, we never "run out" of pieces for each denomination. In the real-world, there...

enhancement
help wanted

`CountWaysToMakeChange()` works under the premise that the set of denominations that is passed is infinite, that is, we never "run out" of pieces for each denomination. In the real-world, there...

enhancement
help wanted

Standardize argument names: * _code_: `CurrencyIsoCode`, `` * _isoCode_: `string` So that `UndefinedCodeException.For()` can be used without passing argument names

Alternatives: * https://wyam.io/ * https://dotnet.github.io/docfx/

enhancement

Rewrite the old, confusing toolset to compare `NMoneys.Currency` to the information in each platform's `CultureInfo`

enhancement

Since serialization support has been dropped in version 7 some help needs to be provided. For XML serialization a record `XmlSerializableMoney` will be provided for use in DTOs. It will...

enhancement

.net 7 is nearing its LTS end-of-support date. Let's move development environment to a supported LTS: net8

Maintainability