fix: WR-908 downloadtimeoutoccurred for extracts with previously download available #2858
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
src/RoadRegistry.BackOffice/IOrganizationRepository.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/RoadRegistry.BackOffice/Core/RoadNetworkSnapshotReaderWriter.cs#L182
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
src/RoadRegistry.BackOffice/Core/RoadNetworkSnapshotReaderWriter.cs#L187
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
src/RoadRegistry.BackOffice/Core/RequestedChangeTranslator.cs#L122
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/RoadRegistry.BackOffice/ExtractUploadFailedEmailClient.cs#L68
The local function 'FormatTimeoutException' is declared but never used
|
src/RoadRegistry.BackOffice/Extensions/ServiceCollectionExtensions.cs#L146
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
src/RoadRegistry.BackOffice/Extensions/ServiceCollectionExtensions.cs#L153
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
src/RoadRegistry.BackOffice/Extracts/RoadNetworkExtractCommandModule.cs#L17
Constructor has 9 parameters, which is greater than the 7 authorized.
|
src/RoadRegistry.Editor.Projections/ExtractDownloadRecordProjection.cs#L84
Remove the unnecessary Boolean literal(s).
|
src/RoadRegistry.BackOffice.Handlers.Sqs/Extracts/UploadExtractFeatureCompareRequestHandler.cs#L42
Constructor has 8 new parameters, which is greater than the 7 authorized.
|
The logs for this run have expired and are no longer available.
Loading