Skip to content

tweak: use proper native instead of undocumented one #19

tweak: use proper native instead of undocumented one

tweak: use proper native instead of undocumented one #19

Triggered via push January 31, 2026 21:42
Status Success
Total duration 33s
Artifacts

ci.yml

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

Annotations

4 warnings
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)
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)