feat(all): retry and clean queue system #836
Annotations
1 error and 11 warnings
Unit Tests
Process completed with exit code 1.
|
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
SonarCloud:
src/SlimData/Starter.cs#L39
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
SonarCloud:
src/SlimData/SlimPersistentState.cs#L20
'PersistentState.Options.UseLegacyBinaryFormat' is obsolete: 'Use default format instead.'
|
SonarCloud:
src/SlimData/SlimPersistentState.cs#L26
Possible null reference argument for parameter 'path' in 'SlimPersistentState.SlimPersistentState(string path)'.
|
SonarCloud:
src/SlimData/Endpoints.cs#L64
Dereference of a possibly null reference.
|
SonarCloud:
src/SlimData/Endpoints.cs#L98
Dereference of a possibly null reference.
|
SonarCloud:
src/SlimData/SlimDataInterpreter.cs#L67
Argument of type 'List<QueueElement>' cannot be used for parameter 'element' of type 'IList<QueueElement?>' in 'IList<QueueElement> QueueElementExtensions.GetQueueFinishedElement(IList<QueueElement?> element, long nowTicks)' due to differences in the nullability of reference types.
|
SonarCloud:
src/SlimData/Endpoints.cs#L182
Dereference of a possibly null reference.
|
SonarCloud:
src/SlimData/Endpoints.cs#L184
Possible null reference argument for parameter 'key' in 'Task Endpoints.ListLeftPushCommand(SlimPersistentState provider, string key, byte[] value, IRaftCluster cluster, CancellationTokenSource source)'.
|
SonarCloud:
src/SlimData/Endpoints.cs#L191
Converting null literal or possible null value to non-nullable type.
|
SonarCloud:
src/SlimData/Endpoints.cs#L192
Dereference of a possibly null reference.
|