Skip to content

Storing all constants as an array in compiled module not as a List fo… #2069

Storing all constants as an array in compiled module not as a List fo…

Storing all constants as an array in compiled module not as a List fo… #2069

Triggered via push December 30, 2024 12:31
Status Success
Total duration 1m 55s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
test_linux
Assets file '/home/runner/work/BHL/BHL/example/bindings/tmp/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
test_linux
Assets file '/home/runner/work/BHL/BHL/example/bindings/tmp/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
test_linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test_linux: src/lsp/protocol.cs#L1908
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L2029
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L1038
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L1038
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L1908
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: src/lsp/protocol.cs#L2029
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test_linux: tests/test_maps.cs#L900
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)