Skip to content

Merge pull request #19 from davewalker5/FR-31-Sightings-Export #116

Merge pull request #19 from davewalker5/FR-31-Sightings-Export

Merge pull request #19 from davewalker5/FR-31-Sightings-Export #116

Triggered via push October 26, 2023 12:59
Status Success
Total duration 1m 48s
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.BusinessLogic/Logic/SightingManager.cs#L105
Remove this commented out code.
build: src/FlightRecorder.DataExchange/CsvExporter.cs#L28
Make this field 'private' and encapsulate it in a 'public' property.
build: src/FlightRecorder.DataExchange/CsvImporter.cs#L15
Make this field 'private' and encapsulate it in a 'public' property.
build: src/FlightRecorder.DataExchange/AirportImporter.cs#L17
Make this field 'private' and encapsulate it in a 'public' property.
build: src/FlightRecorder.DataExchange/AirportExporter.cs#L21
Make this field 'private' and encapsulate it in a 'public' property.
build: src/FlightRecorder.DataExchange/AirportImporter.cs#L26
Pass a timeout to limit the execution time.
build: src/FlightRecorder.DataExchange/CsvImporter.cs#L24
Pass a timeout to limit the execution time.
build: src/FlightRecorder.BusinessLogic/Logic/SightingManager.cs#L105
Remove this commented out code.
build: src/FlightRecorder.DataExchange/CsvExporter.cs#L28
Make this field 'private' and encapsulate it in a 'public' property.
build: src/FlightRecorder.DataExchange/CsvImporter.cs#L15
Make this field 'private' and encapsulate it in a 'public' property.