Update docker-compose.yml #581
ci-cd.yaml
on: pull_request
build_test_package
3m 22s
Matrix: prepare_docker_image_docker_io
release_docker_image_docker_hub
0s
merge_docker_image_docker_io
0s
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.
|