Integration Tests #6
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
schedule.yml
on: schedule
Run Integration Tests
5m 30s
Annotations
10 warnings
Run Integration Tests:
src/RoadRegistry.BackOffice/ExtractUploadFailedEmailClient.cs#L68
The local function 'FormatTimeoutException' is declared but never used
|
Run Integration Tests:
src/RoadRegistry.BackOffice/Extensions/ServiceCollectionExtensions.cs#L141
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Run Integration Tests:
src/RoadRegistry.BackOffice/Extensions/ServiceCollectionExtensions.cs#L148
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Run Integration Tests:
src/RoadRegistry.BackOffice/Core/RoadNetworkSnapshotReaderWriter.cs#L182
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Run Integration Tests:
src/RoadRegistry.BackOffice/Core/RoadNetworkSnapshotReaderWriter.cs#L187
'RoadNetworkSnapshotReaderWriter' is obsolete: 'Use RoadNetworkSnapshotReader and RoadNetworkSnapshotWriter instead'
|
Run Integration Tests:
src/RoadRegistry.Syndication.Projections/StreetNameCache.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run Integration Tests:
src/RoadRegistry.StreetNameConsumer.Projections/StreetNameSnapshotOsloWasProduced.cs#L7
Non-nullable property 'StreetNameId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Integration Tests:
src/RoadRegistry.StreetNameConsumer.Projections/StreetNameSnapshotOsloWasProduced.cs#L9
Non-nullable property 'Record' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run Integration Tests:
src/RoadRegistry.Hosts/PositionStoreEventProcessor.cs#L98
'PositionStoreEventProcessor<TEventProcessorPositionStore>.Logger' hides inherited member 'RoadRegistryHostedService.Logger'. Use the new keyword if hiding was intended.
|
Run Integration Tests:
src/RoadRegistry.Hosts/Infrastructure/HealthChecks/HostedServicesStatusHealthCheck.cs#L21
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.
|