again #6
Annotations
1 error and 10 warnings
Build
Process completed with exit code 1.
|
Build:
src/NQuery/NQuery.cs#L21
Nullability of reference types in type of parameter 'sender' of 'void NQueryEvents.Run(object sender, QueryEventArgs e)' doesn't match the target delegate 'EventHandler<QueryEventArgs>' (possibly because of nullability attributes).
|
Build:
src/NQuery/NQuery.cs#L16
Non-nullable field '_redisDb' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/NQuery/NQuery.cs#L24
Non-nullable field '_memoryDb' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/NQuery/NQuery.cs#L24
Non-nullable event 'OnInserted' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build:
src/NQuery/NQuery.cs#L130
Possible null reference argument for parameter 'json' in 'IEnumerable<TOutput>? JsonSerializer.Deserialize<IEnumerable<TOutput>>(string json, JsonSerializerOptions? options = null)'.
|
Build:
src/NQuery/NQuery.cs#L130
Possible null reference return.
|
Build:
src/NQuery/NQuery.cs#L21
Nullability of reference types in type of parameter 'sender' of 'void NQueryEvents.Run(object sender, QueryEventArgs e)' doesn't match the target delegate 'EventHandler<QueryEventArgs>' (possibly because of nullability attributes).
|
Build:
src/NQuery/NQuery.cs#L16
Non-nullable field '_redisDb' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/NQuery/NQuery.cs#L24
Non-nullable field '_memoryDb' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/NQuery/NQuery.cs#L24
Non-nullable event 'OnInserted' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|