UnitConversion icon indicating copy to clipboard operation
UnitConversion copied to clipboard

Expansible Unit Conversion Library for .Net Core and .Net Framework

Results 6 UnitConversion issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.10.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v16.10.0 See the release notes here. v16.10.0-release-20210429-01 See the release notes here. v16.10.0-release-20210422-02 See the release notes here....

dependencies

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.1.2 to 2.2.5. Release notes Sourced from MSTest.TestAdapter's releases. v2.2.5 See release notes here. v2.2.4 See release notes here. v2.2.4-preview-20210331-02 See release notes here. v2.2.3 See release...

dependencies

Currently we only support conversion between units of the form: `left = right * factor`. However, for temperature conversion, the units such as Celsius, Fahrenheit and Kelvin are not convertible...

enhancement

Will allow for clearer roadmapping

enhancement

Example implementations are: - [DistanceConverter](https://github.com/Stratajet/UnitConversion/blob/master/UnitConversion/DistanceConverter.cs) - [MassConverter](https://github.com/Stratajet/UnitConversion/blob/master/UnitConversion/MassConverter.cs) These are very straightforward to add to, and any contributions are welcome.

help wanted