Skip to content

Fix namespacing and write extra tests #506

Fix namespacing and write extra tests

Fix namespacing and write extra tests #506

Triggered via pull request June 26, 2024 20:42
Status Success
Total duration 2m 4s
Artifacts

ci-cd.yaml

on: pull_request
build_test_package
1m 55s
build_test_package
build_test_docker_image
0s
build_test_docker_image
Matrix: prepare_docker_image_docker_io
release_docker_image_docker_hub
0s
release_docker_image_docker_hub
merge_docker_image_docker_io
0s
merge_docker_image_docker_io
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build_test_package: src/WHMapper/Services/EveMapper/EveMapperTracker.cs#L90
Dereference of a possibly null reference.
build_test_package: src/WHMapper/Services/EveMapper/EveMapperTracker.cs#L95
Possible null reference assignment.
build_test_package: src/WHMapper/Services/EveMapper/EveMapperTracker.cs#L103
Dereference of a possibly null reference.
build_test_package: src/WHMapper/Services/SDE/SDEServiceManager.cs#L235
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build_test_package: src/WHMapper/Services/SDE/SDEServiceManager.cs#L252
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build_test_package: src/WHMapper/Services/SDE/SDEServiceManager.cs#L283
Dereference of a possibly null reference.
build_test_package: src/WHMapper/Program.cs#L53
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
build_test_package: src/WHMapper/Program.cs#L141
Possible null reference assignment.
build_test_package: src/WHMapper/Program.cs#L142
Possible null reference assignment.
build_test_package: src/WHMapper/Program.cs#L146
Dereference of a possibly null reference.
build_test_package: src/WHMapper.Tests/WHHelper/EveWHMapperEntityTest.cs#L58
Non-nullable field '_whMapperEntity' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build_test_package: src/WHMapper.Tests/Services/SDE/SdeServiceManagerIntegrationTests.cs#L53
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build_test_package: src/WHMapper.Tests/Services/Anoik/AnoikServicesTests.cs#L41
Possible null reference argument for parameter 'systemName' in 'int? AnoikServices.GetSystemId(string systemName)'.
build_test_package: src/WHMapper.Tests/WHHelper/EveWHMapperHelperTest.cs#L136
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build_test_package: src/WHMapper.Tests/WHHelper/EveWHMapperRoutePlannerHelperTest.cs#L74
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build_test_package: src/WHMapper.Tests/Services/SDE/SdeServicesTests.cs#L180
Cannot convert null literal to non-nullable reference type.