Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NumberConcentration unit #1409

Added NumberConcentration unit

66985e2
Select commit
Loading
Failed to load commit list.
Closed

Add NumberConcentration unit #1409

Added NumberConcentration unit
66985e2
Select commit
Loading
Failed to load commit list.
Azure Pipelines / UnitsNet PR failed Jul 11, 2024 in 9m 54s

Build #PR_2024.07.11.001 had test failures

Details

Tests

  • Failed: 4 (0.01%)
  • Passed: 31,024 (99.89%)
  • Other: 30 (0.10%)
  • Total: 31,058

Annotations

Check failure on line 3219 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

Build log #L3219

[xUnit.net 00:00:22.43]     UnitsNet.Tests.CustomCode.NumberConcentrationTests.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported [FAIL]

Check failure on line 3229 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

Build log #L3229

[xUnit.net 00:00:22.47]     UnitsNet.Tests.CustomCode.NumberConcentrationTests.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported [FAIL]

Check failure on line 3278 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

Build log #L3278

[xUnit.net 00:00:57.11]     UnitsNet.Tests.CustomCode.NumberConcentrationTests.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported [FAIL]

Check failure on line 3287 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

Build log #L3287

[xUnit.net 00:00:57.57]     UnitsNet.Tests.CustomCode.NumberConcentrationTests.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported [FAIL]

Check failure on line 1 in UnitsNet.Tests.CustomCode.NumberConcentrationTests.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

UnitsNet.Tests.CustomCode.NumberConcentrationTests.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

System.ArgumentException : No units were found for the given UnitSystem. (Parameter 'unitSystem')
Raw output
   at UnitsNet.NumberConcentration.As(UnitSystem unitSystem) in /_/UnitsNet/GeneratedCode/Quantities/NumberConcentration.g.cs:line 698
   at UnitsNet.Tests.NumberConcentrationTestsBase.<>c__DisplayClass29_0.<As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported>b__0() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 187
   at UnitsNet.Tests.NumberConcentrationTestsBase.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 191
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Check failure on line 1 in UnitsNet.Tests.CustomCode.NumberConcentrationTests.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

UnitsNet.Tests.CustomCode.NumberConcentrationTests.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

System.ArgumentException : No units were found for the given UnitSystem. (Parameter 'unitSystem')
Raw output
   at UnitsNet.NumberConcentration..ctor(Double value, UnitSystem unitSystem) in /_/UnitsNet/GeneratedCode/Quantities/NumberConcentration.g.cs:line 109
   at UnitsNet.Tests.NumberConcentrationTestsBase.<>c.<Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported>b__22_0() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 103
   at UnitsNet.Tests.NumberConcentrationTestsBase.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 106
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Check failure on line 1 in UnitsNet.Tests.CustomCode.NumberConcentrationTests.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

UnitsNet.Tests.CustomCode.NumberConcentrationTests.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

System.ArgumentException : No units were found for the given UnitSystem.
Parameter name: unitSystem
Raw output
   at UnitsNet.NumberConcentration.As(UnitSystem unitSystem) in /_/UnitsNet/GeneratedCode/Quantities/NumberConcentration.g.cs:line 698
   at UnitsNet.Tests.NumberConcentrationTestsBase.<>c__DisplayClass29_0.<As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported>b__0() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 187
   at UnitsNet.Tests.NumberConcentrationTestsBase.As_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 189

Check failure on line 1 in UnitsNet.Tests.CustomCode.NumberConcentrationTests.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

See this annotation in the file changed.

@azure-pipelines azure-pipelines / UnitsNet PR

UnitsNet.Tests.CustomCode.NumberConcentrationTests.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported

System.ArgumentException : No units were found for the given UnitSystem.
Parameter name: unitSystem
Raw output
   at UnitsNet.NumberConcentration..ctor(Double value, UnitSystem unitSystem) in /_/UnitsNet/GeneratedCode/Quantities/NumberConcentration.g.cs:line 109
   at UnitsNet.Tests.NumberConcentrationTestsBase.<>c.<Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported>b__22_0() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 103
   at UnitsNet.Tests.NumberConcentrationTestsBase.Ctor_SIUnitSystem_ThrowsArgumentExceptionIfNotSupported() in /_/UnitsNet.Tests/GeneratedCode/TestsBase/NumberConcentrationTestsBase.g.cs:line 106