Skip to content

feat(graphics): Render ImGui text using B2HexColor #275

feat(graphics): Render ImGui text using B2HexColor

feat(graphics): Render ImGui text using B2HexColor #275

Triggered via push October 30, 2025 12:37
Status Success
Total duration 3m 0s
Artifacts

dotnet.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
test-ubuntu-latest-8: src/Box2D.NET.Samples/Samples/Shapes/Explosion.cs#L16
The using directive for 'Draws' appeared previously in this namespace
test-ubuntu-latest-8: test/Box2D.NET.Test/B2Vec2Test.cs#L184
Comparison made to same variable; did you mean to compare something else?
test-ubuntu-latest-8: test/Box2D.NET.Test/B2Vec2Test.cs#L183
Comparison made to same variable; did you mean to compare something else?
test-ubuntu-latest-8: test/Box2D.NET.Test/B2DeterminismTest.cs#L59
The variable 'index' is assigned but its value is never used
test-ubuntu-latest-8: src/Box2D.NET/B2Solvers.cs#L60
Unreachable code detected
test-ubuntu-latest-8: src/Box2D.NET/B2Solvers.cs#L52
Unreachable code detected
test-ubuntu-latest-8: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.GetHashCode()
test-ubuntu-latest-8: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.Equals(object o)
test-ubuntu-latest-8: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.GetHashCode()
test-ubuntu-latest-8: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.Equals(object o)
test-ubuntu-latest-9: src/Box2D.NET.Samples/Samples/Shapes/Explosion.cs#L16
The using directive for 'Draws' appeared previously in this namespace
test-ubuntu-latest-9: test/Box2D.NET.Test/B2Vec2Test.cs#L184
Comparison made to same variable; did you mean to compare something else?
test-ubuntu-latest-9: test/Box2D.NET.Test/B2Vec2Test.cs#L183
Comparison made to same variable; did you mean to compare something else?
test-ubuntu-latest-9: test/Box2D.NET.Test/B2DeterminismTest.cs#L59
The variable 'index' is assigned but its value is never used
test-ubuntu-latest-9: src/Box2D.NET/B2Solvers.cs#L60
Unreachable code detected
test-ubuntu-latest-9: src/Box2D.NET/B2Solvers.cs#L52
Unreachable code detected
test-ubuntu-latest-9: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.GetHashCode()
test-ubuntu-latest-9: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.Equals(object o)
test-ubuntu-latest-9: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.GetHashCode()
test-ubuntu-latest-9: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.Equals(object o)
test-macos-latest-8: src/Box2D.NET.Samples/Samples/Shapes/Explosion.cs#L16
The using directive for 'Draws' appeared previously in this namespace
test-macos-latest-8: test/Box2D.NET.Test/B2DeterminismTest.cs#L59
The variable 'index' is assigned but its value is never used
test-macos-latest-8: test/Box2D.NET.Test/B2Vec2Test.cs#L184
Comparison made to same variable; did you mean to compare something else?
test-macos-latest-8: test/Box2D.NET.Test/B2Vec2Test.cs#L183
Comparison made to same variable; did you mean to compare something else?
test-macos-latest-8: src/Box2D.NET/B2Solvers.cs#L60
Unreachable code detected
test-macos-latest-8: src/Box2D.NET/B2Solvers.cs#L52
Unreachable code detected
test-macos-latest-8: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.GetHashCode()
test-macos-latest-8: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.Equals(object o)
test-macos-latest-8: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.GetHashCode()
test-macos-latest-8: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.Equals(object o)
test-macos-latest-9: src/Box2D.NET.Samples/Samples/Shapes/Explosion.cs#L16
The using directive for 'Draws' appeared previously in this namespace
test-macos-latest-9: test/Box2D.NET.Test/B2DeterminismTest.cs#L59
The variable 'index' is assigned but its value is never used
test-macos-latest-9: test/Box2D.NET.Test/B2Vec2Test.cs#L184
Comparison made to same variable; did you mean to compare something else?
test-macos-latest-9: test/Box2D.NET.Test/B2Vec2Test.cs#L183
Comparison made to same variable; did you mean to compare something else?
test-macos-latest-9: src/Box2D.NET/B2Solvers.cs#L60
Unreachable code detected
test-macos-latest-9: src/Box2D.NET/B2Solvers.cs#L52
Unreachable code detected
test-macos-latest-9: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.GetHashCode()
test-macos-latest-9: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.Equals(object o)
test-macos-latest-9: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.GetHashCode()
test-macos-latest-9: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.Equals(object o)
test-windows-latest-9: src/Box2D.NET.Samples/Samples/Shapes/Explosion.cs#L16
The using directive for 'Draws' appeared previously in this namespace
test-windows-latest-9: test/Box2D.NET.Test/B2DeterminismTest.cs#L59
The variable 'index' is assigned but its value is never used
test-windows-latest-9: test/Box2D.NET.Test/B2Vec2Test.cs#L184
Comparison made to same variable; did you mean to compare something else?
test-windows-latest-9: test/Box2D.NET.Test/B2Vec2Test.cs#L183
Comparison made to same variable; did you mean to compare something else?
test-windows-latest-9: src/Box2D.NET/B2Solvers.cs#L60
Unreachable code detected
test-windows-latest-9: src/Box2D.NET/B2Solvers.cs#L52
Unreachable code detected
test-windows-latest-9: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.GetHashCode()
test-windows-latest-9: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.Equals(object o)
test-windows-latest-9: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.GetHashCode()
test-windows-latest-9: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.Equals(object o)
test-windows-latest-8: src/Box2D.NET.Samples/Samples/Shapes/Explosion.cs#L16
The using directive for 'Draws' appeared previously in this namespace
test-windows-latest-8: test/Box2D.NET.Test/B2DeterminismTest.cs#L59
The variable 'index' is assigned but its value is never used
test-windows-latest-8: test/Box2D.NET.Test/B2Vec2Test.cs#L184
Comparison made to same variable; did you mean to compare something else?
test-windows-latest-8: test/Box2D.NET.Test/B2Vec2Test.cs#L183
Comparison made to same variable; did you mean to compare something else?
test-windows-latest-8: src/Box2D.NET/B2Solvers.cs#L60
Unreachable code detected
test-windows-latest-8: src/Box2D.NET/B2Solvers.cs#L52
Unreachable code detected
test-windows-latest-8: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.GetHashCode()
test-windows-latest-8: src/Box2D.NET/B2Vec2.cs#L13
'B2Vec2' defines operator == or operator != but does not override Object.Equals(object o)
test-windows-latest-8: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.GetHashCode()
test-windows-latest-8: src/Box2D.NET/B2BodyId.cs#L11
'B2BodyId' defines operator == or operator != but does not override Object.Equals(object o)