Skip to content

Use RetryPolicy to keep SignalR connection alive and replace List<RealtimeData> with ImmutableList<RealtimeData> #21

Use RetryPolicy to keep SignalR connection alive and replace List<RealtimeData> with ImmutableList<RealtimeData>

Use RetryPolicy to keep SignalR connection alive and replace List<RealtimeData> with ImmutableList<RealtimeData> #21

Re-run triggered February 21, 2024 03:14
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Unexpected input(s) 'path_to_write_report', valid inputs are ['token', 'files', 'directory', 'flags', 'commit_parent', 'dry_run', 'env_vars', 'fail_ci_if_error', 'file', 'functionalities', 'move_coverage_to_trash', 'name', 'override_branch', 'override_build', 'override_commit', 'override_pr', 'override_tag', 'os', 'root_dir', 'slug', 'url', 'verbose', 'version', 'working-directory']
build: server/GrpcApi/V1/StationsApi.cs#L165
'GetUpcomingTrainsResponse.Types.UpcomingTrain.LineName' is obsolete
build: server/PathServices/SignalRRealtimeDataRepository.cs#L117
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: server.Tests/GrpcApi/V1/StationsApiTest.cs#L136
'GetUpcomingTrainsResponse.Types.UpcomingTrain.LineName' is obsolete
build: server.Tests/PathServices/FakePathApi.cs#L87
The variable 'e' is declared but never used
build: server/GrpcApi/V1/StationsApi.cs#L165
'GetUpcomingTrainsResponse.Types.UpcomingTrain.LineName' is obsolete
build: server/PathServices/SignalRRealtimeDataRepository.cs#L117
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: server.Tests/GrpcApi/V1/StationsApiTest.cs#L136
'GetUpcomingTrainsResponse.Types.UpcomingTrain.LineName' is obsolete
build: server.Tests/PathServices/FakePathApi.cs#L87
The variable 'e' is declared but never used