feat: WR-886 use separate store aggregate for outlined roadsegments #2816
Annotations
11 warnings
Build
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/
|
Build:
src/RoadRegistry.BackOffice/Extensions/ServiceCollectionExtensions.cs#L141
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Build:
src/RoadRegistry.BackOffice/Extensions/ServiceCollectionExtensions.cs#L148
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Build:
src/RoadRegistry.BackOffice/ExtractUploadFailedEmailClient.cs#L68
The local function 'FormatTimeoutException' is declared but never used
|
Build:
src/RoadRegistry.BackOffice/Core/RoadNetworkSnapshotReaderWriter.cs#L182
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Build:
src/RoadRegistry.BackOffice/Core/RoadNetworkSnapshotReaderWriter.cs#L187
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Build:
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.
|
Build:
src/RoadRegistry.BackOffice/RoadRegistryContext.cs#L13
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
Build:
src/RoadRegistry.BackOffice/Framework/EventSourcedEntityMap.cs#L7
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
Build:
src/RoadRegistry.BackOffice/CommandHandlerModulePipelines.cs#L58
Method has 8 parameters, which is greater than the 7 authorized.
|
Build:
src/RoadRegistry.BackOffice/Framework/EventSourcedEntityMap.cs#L36
Refactor the code to remove this use of 'GC.Collect'.
|