CodeQL #21
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/SnapshotStore/RedisSnapshotPersistence.cs#L55
Possible null reference return.
|
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.
|