Skip to content

Moved the documentation from the README to the Wiki #265

Moved the documentation from the README to the Wiki

Moved the documentation from the README to the Wiki #265

Triggered via push April 8, 2024 14:56
Status Failure
Total duration 1m 18s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/setup-java@v1, coverallsapp/github-action@master, actions/cache@v1. 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/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/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
build: src/BaseStationReader.Data/Migrations/20230926123432_AircraftModelLookup.cs#L19
Define a constant instead of using this literal 'INTEGER' 4 times.
build: src/BaseStationReader.Data/Migrations/20230926123432_AircraftModelLookup.cs#L67
Define a constant instead of using this literal 'AIRCRAFT_POSITION' 4 times.
build: src/BaseStationReader.Data/Migrations/20230926181237_AircraftDetails.cs#L16
Define a constant instead of using this literal 'AIRCRAFT_DETAILS' 4 times.
build: src/BaseStationReader.Data/Migrations/20230924082223_AircraftDistance.cs#L16
Define a constant instead of using this literal 'Distance' 4 times.
build: src/BaseStationReader.Logic/Tracking/AircraftTracker.cs#L61
Dispose '_cancellationTokenSource' when it is no longer needed.
build: src/BaseStationReader.Logic/Tracking/AircraftTracker.cs#L31
Constructor has 8 parameters, which is greater than the 7 authorized.
build: src/BaseStationReader.Logic/Logging/FileLogger.cs#L106
Reduce the number of Error logging calls within this code block from 2 to the 1 allowed.
build: src/BaseStationReader.UI/ViewModels/TrackingOptionsWindowViewModel.cs#L9
Remove the member initializer, all constructors set an initial value for the member.
build: src/BaseStationReader.UI/ViewModels/ViewModelBase.cs#L5
Remove this empty class, write its code or make it an "interface".