OSDC.UnitConversion.Conversion.UnitSystem 3.3.27

dotnet add package OSDC.UnitConversion.Conversion.UnitSystem --version 3.3.27
                    
NuGet\Install-Package OSDC.UnitConversion.Conversion.UnitSystem -Version 3.3.27
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OSDC.UnitConversion.Conversion.UnitSystem" Version="3.3.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OSDC.UnitConversion.Conversion.UnitSystem" Version="3.3.27" />
                    
Directory.Packages.props
<PackageReference Include="OSDC.UnitConversion.Conversion.UnitSystem" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OSDC.UnitConversion.Conversion.UnitSystem --version 3.3.27
                    
#r "nuget: OSDC.UnitConversion.Conversion.UnitSystem, 3.3.27"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OSDC.UnitConversion.Conversion.UnitSystem@3.3.27
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OSDC.UnitConversion.Conversion.UnitSystem&version=3.3.27
                    
Install as a Cake Addin
#tool nuget:?package=OSDC.UnitConversion.Conversion.UnitSystem&version=3.3.27
                    
Install as a Cake Tool

Model for unit conversion of BasePhysicalQuantity

This nuget package hosts the C# model for managing sets of unit choices for physical quantities. Such a set forms a BaseUnitSystem.

More info on:

https://github.com/Open-Source-Drilling-Community/UnitConversion

Default UnitChoices for the Base Unit Systems

There are four default base unit systems: SI, Metric, Imperial and US. It is mandatory to define the unit choice for every physical quantities for each of these based unit systems. This is done by adding a line for each of the BaseUnitSystem in the file BaseUnitSystem.cs. This line looks like that:

Choices.Add(AccelerationQuantity.Instance.ID.ToString(), AccelerationQuantity.Instance.GetUnitChoice(AccelerationQuantity.UnitChoicesEnum.MetrePerSecondSquared).ID.ToString());

Contributors

Eric Cayeux, NORCE Energy Modelling and Automation

Gilles Pelfrene, NORCE Energy Modelling and Automation

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OSDC.UnitConversion.Conversion.UnitSystem:

Package Downloads
OSDC.UnitConversion.Conversion.UnitSystem.DrillingEngineering

Package Description

NORCE.Drilling.DrillingFluid.WebPages

Reusable Razor class library containing the DrillingFluid web pages and related components. See the package README for setup, dependencies, and usage.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.27 1,433 1/15/2026
3.3.26 409 10/13/2025
3.3.25 240 10/13/2025
3.3.24 573 8/22/2025
3.3.23 224 8/21/2025
3.3.22 194 8/21/2025
3.3.21 523 6/3/2025
3.3.20 219 6/3/2025
3.3.19 161 5/31/2025
3.3.18 225 5/30/2025
3.3.17 148 5/30/2025
3.3.16 142 5/30/2025
3.3.15 266 2/10/2025
3.3.14 218 2/9/2025
3.3.12 222 8/30/2024
3.3.11 216 8/30/2024
3.3.10 211 8/29/2024
3.3.9 198 8/29/2024
3.3.8 209 8/29/2024
3.3.7 196 8/29/2024
Loading failed