Skip to content

CodeQL

CodeQL #21

Triggered via schedule October 30, 2023 03:31
Status Failure
Total duration 5m 2s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze (csharp): Source/EventFlow.Redis/EventStore/EventStreamCollectionResolver.cs#L49
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): Source/EventFlow.Redis/EventStore/EventStreamCollectionResolver.cs#L50
Dereference of a possibly null reference.
Analyze (csharp): Source/EventFlow.Redis/EventStore/EventStreamCollectionResolver.cs#L51
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): Source/EventFlow.Redis/EventStore/EventStreamCollectionResolver.cs#L51
Possible null reference argument for parameter 'source' in 'IEnumerable<PrefixedKey> Enumerable.Select<RedisResult, PrefixedKey>(IEnumerable<RedisResult> source, Func<RedisResult, PrefixedKey> selector)'.
Analyze (csharp): Source/EventFlow.Redis/EventStore/EventStreamCollectionResolver.cs#L51
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): Source/EventFlow.Redis/EventStore/EventStreamCollectionResolver.cs#L51
Possible null reference argument for parameter 'k' in 'PrefixedKey EventStreamCollectionResolver.AsPrefixedKey(string k)'.
Analyze (csharp): Source/EventFlow.Redis/EventStore/RedisEventPersistence.cs#L98
Possible null reference argument for parameter 'data' in 'RedisCommittedDomainEvent.RedisCommittedDomainEvent(string aggregateId, string data, string metadata, int aggregateSequenceNumber)'.
Analyze (csharp): Source/EventFlow.Redis/EventStore/RedisEventPersistence.cs#L98
Possible null reference argument for parameter 'metadata' in 'RedisCommittedDomainEvent.RedisCommittedDomainEvent(string aggregateId, string data, string metadata, int aggregateSequenceNumber)'.
Analyze (csharp): Source/EventFlow.Redis/SnapshotStore/RedisSnapshot.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.