Skip to content

Fix for socket timeout issue #79

Fix for socket timeout issue

Fix for socket timeout issue #79

Triggered via push August 27, 2023 16:51
Status Success
Total duration 2m 6s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/BaseStationReader.Logic/AircraftTracker.cs#L146
"Find" method should be used instead of the "FirstOrDefault" extension method.
build: src/BaseStationReader.Logic/AircraftTracker.cs#L176
Avoid using "DateTime.Now" for benchmarking or timespan calculation operations.
build: src/BaseStationReader.Terminal/Program.cs#L17
Add a 'protected' constructor or the 'static' keyword to the class declaration.
build: src/BaseStationReader.Terminal/Program.cs#L31
Make sure that this logger's configuration is safe.
build: src/BaseStationReader.Terminal/Program.cs#L134
Add a way to break out of this method's recursion.
build: src/BaseStationReader.Logic/AircraftTracker.cs#L146
"Find" method should be used instead of the "FirstOrDefault" extension method.
build: src/BaseStationReader.Logic/AircraftTracker.cs#L176
Avoid using "DateTime.Now" for benchmarking or timespan calculation operations.
build: src/BaseStationReader.Terminal/Program.cs#L17
Add a 'protected' constructor or the 'static' keyword to the class declaration.
build: src/BaseStationReader.Terminal/Program.cs#L31
Make sure that this logger's configuration is safe.
build: src/BaseStationReader.Terminal/Program.cs#L134
Add a way to break out of this method's recursion.