Skip to content

Merge pull request #15 from davewalker5/FR-22-Aircraft-Age-Export-Bug #96

Merge pull request #15 from davewalker5/FR-22-Aircraft-Age-Export-Bug

Merge pull request #15 from davewalker5/FR-22-Aircraft-Age-Export-Bug #96

Triggered via push October 19, 2023 06:52
Status Success
Total duration 5m 8s
Artifacts

dotnetcore.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/FlightRecorder.Entities/Db/JobStatus.cs#L9
Remove this empty class, write its code or make it an "interface".
build: src/FlightRecorder.Entities/Interfaces/ISightingManager.cs#L12
All 'Add' method overloads should be adjacent.
build: src/FlightRecorder.Entities/Interfaces/ISightingManager.cs#L13
All 'AddAsync' method overloads should be adjacent.
build: src/FlightRecorder.BusinessLogic/Logic/SightingManager.cs#L138
All 'Add' method overloads should be adjacent.
build: src/FlightRecorder.BusinessLogic/Logic/SightingManager.cs#L172
All 'AddAsync' method overloads should be adjacent.
build: src/FlightRecorder.BusinessLogic/Logic/UserManager.cs#L31
All 'GetUser' method overloads should be adjacent.
build: src/FlightRecorder.BusinessLogic/Logic/UserManager.cs#L43
All 'GetUserAsync' method overloads should be adjacent.
build: src/FlightRecorder.BusinessLogic/Extensions/FlightRecorderStringExtensions.cs#L10
Pass a timeout to limit the execution time.
build: src/FlightRecorder.BusinessLogic/Logic/AircraftManager.cs#L30
Add the default parameter value defined in the overridden method.
build: src/FlightRecorder.BusinessLogic/Logic/FlightManager.cs#L28
Add the default parameter value defined in the overridden method.