Skip to content

Merge pull request #26 from davewalker5/BSR-46-Fix-Failing-Tests #135

Merge pull request #26 from davewalker5/BSR-46-Fix-Failing-Tests

Merge pull request #26 from davewalker5/BSR-46-Fix-Failing-Tests #135

Triggered via push September 7, 2023 07:04
Status Success
Total duration 1m 58s
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.Entities/Interfaces/ICsvExporter.cs#L5
Add the 'in' keyword to parameter 'T' to make it 'contravariant'.
build: src/BaseStationReader.Entities/Interfaces/IXlsxExporter.cs#L5
Add the 'in' keyword to parameter 'T' to make it 'contravariant'.
build: src/BaseStationReader.Logic/DataExchange/ExporterBase.cs#L10
Change the visibility of this constructor to 'protected'.
build: src/BaseStationReader.Logic/Database/AircraftLockManager.cs#L29
Avoid using "DateTime.Now" for benchmarking or timespan calculation operations.
build: src/BaseStationReader.Logic/Configuration/ConfigReader.cs#L30
"Find" method should be used instead of the "FirstOrDefault" extension method.
build: src/BaseStationReader.Logic/DataExchange/AircraftExporterBase.cs#L11
Change the visibility of this constructor to 'protected'.
build: src/BaseStationReader.Terminal/Program.cs#L42
Change this expression which always evaluates to the same result.
build: src/BaseStationReader.Terminal/Program.cs#L42
Change this expression which always evaluates to the same result.
build: src/BaseStationReader.Terminal/Program.cs#L47
Change this expression which always evaluates to the same result.
build: src/BaseStationReader.Terminal/Program.cs#L48
Change this expression which always evaluates to the same result.