Skip to content

fix: use the right network hash #21

fix: use the right network hash

fix: use the right network hash #21

Triggered via push January 31, 2026 22:00
Status Success
Total duration 39s
Artifacts

ci.yml

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

Annotations

4 warnings
build-and-test: tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L262
Do not use Assert.False() to check if a value exists in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
build-and-test: tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L251
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
build-and-test: tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L262
Do not use Assert.False() to check if a value exists in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
build-and-test: tests/NativeCodeGen.Tests/Models/TypeInfoTests.cs#L251
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)