Skip to content

Commit e4be1e9

Browse files
committed
Electric
Neglected to generate code and build. Error with trying to sign the assembly, but otherwise UnitsNet appears to build. UnitsNet.Tests, however, seems to have problems.
1 parent c13f66e commit e4be1e9

File tree

97 files changed

+16930
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+16930
-46
lines changed

Common/UnitEnumValues.g.json

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,12 @@
259259
"Microsiemens": 1,
260260
"Millisiemens": 2,
261261
"Nanosiemens": 3,
262-
"Siemens": 4
262+
"Siemens": 4,
263+
"Kilomho": 8,
264+
"Mho": 7,
265+
"Micromho": 12,
266+
"Millimho": 5,
267+
"Nanomho": 6
263268
},
264269
"ElectricCharge": {
265270
"AmpereHour": 1,
@@ -282,7 +287,12 @@
282287
"Millisiemens": 2,
283288
"Siemens": 3,
284289
"Kilosiemens": 6,
285-
"Nanosiemens": 10
290+
"Nanosiemens": 10,
291+
"Kilomho": 15,
292+
"Mho": 12,
293+
"Micromho": 5,
294+
"Millimho": 9,
295+
"Nanomho": 14
286296
},
287297
"ElectricConductivity": {
288298
"SiemensPerFoot": 1,
@@ -1869,5 +1879,59 @@
18691879
"Sievert": 9,
18701880
"Kilosievert": 3,
18711881
"Megasievert": 6
1882+
},
1883+
"ElectricApparentEnergy": {
1884+
"KilovoltampereHour": 7,
1885+
"MegavoltampereHour": 3,
1886+
"VoltampereHour": 10
1887+
},
1888+
"ElectricApparentPower": {
1889+
"Gigavoltampere": 3,
1890+
"Kilovoltampere": 1,
1891+
"Megavoltampere": 2,
1892+
"Microvoltampere": 10,
1893+
"Millivoltampere": 6,
1894+
"Voltampere": 9
1895+
},
1896+
"ElectricCapacitance": {
1897+
"Farad": 3,
1898+
"Kilofarad": 8,
1899+
"Megafarad": 1,
1900+
"Microfarad": 7,
1901+
"Millifarad": 5,
1902+
"Nanofarad": 4,
1903+
"Picofarad": 10
1904+
},
1905+
"ElectricReactance": {
1906+
"Gigaohm": 5,
1907+
"Kiloohm": 8,
1908+
"Megaohm": 1,
1909+
"Microohm": 9,
1910+
"Milliohm": 4,
1911+
"Ohm": 6,
1912+
"Teraohm": 2
1913+
},
1914+
"ElectricReactiveEnergy": {
1915+
"KilovoltampereReactiveHour": 10,
1916+
"MegavoltampereReactiveHour": 4,
1917+
"VoltampereReactiveHour": 7
1918+
},
1919+
"ElectricReactivePower": {
1920+
"GigavoltampereReactive": 1,
1921+
"KilovoltampereReactive": 2,
1922+
"MegavoltampereReactive": 8,
1923+
"VoltampereReactive": 7
1924+
},
1925+
"ElectricSusceptance": {
1926+
"Kilomho": 8,
1927+
"Kilosiemens": 4,
1928+
"Mho": 7,
1929+
"Micromho": 9,
1930+
"Microsiemens": 10,
1931+
"Millimho": 3,
1932+
"Millisiemens": 6,
1933+
"Nanomho": 5,
1934+
"Nanosiemens": 1,
1935+
"Siemens": 2
18721936
}
18731937
}

UnitsNet.NanoFramework/GeneratedCode/Quantities/ApparentEnergy.g.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet.NanoFramework/GeneratedCode/Quantities/ApparentPower.g.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet.NanoFramework/GeneratedCode/Quantities/Capacitance.g.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet.NanoFramework/GeneratedCode/Quantities/ElectricAdmittance.g.cs

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)