Skip to content

Modify the tracker test for GitHub actions #31

Modify the tracker test for GitHub actions

Modify the tracker test for GitHub actions #31

Triggered via push August 25, 2023 07:06
Status Success
Total duration 1m 49s
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#L56
Change this expression which always evaluates to the same result.
build: src/BaseStationReader.Logic/QueuedWriter.cs#L59
Change this expression which always evaluates to the same result.
build: src/BaseStationReader.Logic/AircraftTracker.cs#L148
"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#L16
Add a 'protected' constructor or the 'static' keyword to the class declaration.
build: src/BaseStationReader.Terminal/Program.cs#L80
Add a way to break out of this method's recursion.
build: src/BaseStationReader.Terminal/Program.cs#L34
Make sure that this logger's configuration is safe.
build: src/BaseStationReader.Logic/AircraftTracker.cs#L56
Change this expression which always evaluates to the same result.
build: src/BaseStationReader.Logic/QueuedWriter.cs#L59
Change this expression which always evaluates to the same result.
build: src/BaseStationReader.Logic/AircraftTracker.cs#L148
"Find" method should be used instead of the "FirstOrDefault" extension method.