Skip to content

tweak: reduce codegen size, use getters for ts #18

tweak: reduce codegen size, use getters for ts

tweak: reduce codegen size, use getters for ts #18

Triggered via push January 31, 2026 21:28
Status Success
Total duration 46s
Artifacts

ci.yml

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