Skip to content

Update docker-compose.yml #581

Update docker-compose.yml

Update docker-compose.yml #581

Triggered via pull request November 13, 2024 20:22
Status Success
Total duration 5m 43s
Artifacts

ci-cd.yaml

on: pull_request
build_test_package
3m 22s
build_test_package
build_test_docker_image
2m 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

10 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#L243
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#L260
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#L291
Dereference of a possibly null reference.
build_test_package: src/WHMapper/Services/EveMapper/EveMapperService.cs#L45
Possible null reference argument for parameter 'arg' in 'TEntity Func<TEveApiEntity, TEntity>.Invoke(TEveApiEntity arg)'.
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#L140
Possible null reference assignment.
build_test_package: src/WHMapper/Program.cs#L141
Possible null reference assignment.