Skip to content

feat: more tests for getter/setter detections #20

feat: more tests for getter/setter detections

feat: more tests for getter/setter detections #20

Triggered via push January 31, 2026 21:44
Status Success
Total duration 41s
Artifacts

ci.yml

on: push
build-and-test
37s
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)