Skip to content

Merge pull request #31 from davewalker5/BSR-53-Receiver-Simulator #187

Merge pull request #31 from davewalker5/BSR-53-Receiver-Simulator

Merge pull request #31 from davewalker5/BSR-53-Receiver-Simulator #187

Triggered via push September 22, 2023 10:57
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.Entities/Interfaces/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
build: src/BaseStationReader.Entities/Messages/Message.cs#L96
Remove the unnecessary Boolean literal(s).
build: src/BaseStationReader.Logic/Simulator/MsgMessageGeneratorBase.cs#L12
Change the visibility of this constructor to 'protected'.
build: src/BaseStationReader.Logic/Simulator/ReceiverSimulator.cs#L140
Use '.Any()' to test whether this 'IEnumerable<string>' is empty or not.
build: src/BaseStationReader.Simulator/Program.cs#L12
Add a 'protected' constructor or the 'static' keyword to the class declaration.
build: src/BaseStationReader.UI/Views/MainWindow.axaml.cs#L278
Complete the task associated to this 'TODO' comment.
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".
build: src/BaseStationReader.UI/Views/DatabaseSearchWindow.axaml.cs#L84
Update this method so that its implementation is not identical to 'OnFromDateChanged'.
build: src/BaseStationReader.UI/Views/DatabaseSearchWindow.axaml.cs#L108
Provide the "DateTimeKind" when creating this object.