CI #1034
Annotations
1 error and 10 warnings
|
Test
Process completed with exit code 1.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L253
Converting null literal or possible null value to non-nullable type.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L253
Dereference of a possibly null reference.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L253
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<JsonNode?, string?>' (possibly because of nullability attributes).
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L253
Converting null literal or possible null value to non-nullable type.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L253
Dereference of a possibly null reference.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L253
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L247
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'queryParams' of type 'IDictionary<string, object>' in 'int RequestHelper.ParseContinuationParameters(JsonNode jresult, IDictionary<string, object> queryParams, IDictionary<string, string>? continuationParams)' due to differences in the nullability of reference types.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L215
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'queryParams' of type 'IDictionary<string, object>' in 'int RequestHelper.ParseContinuationParameters(JsonNode jresult, IDictionary<string, object> queryParams, IDictionary<string, string>? continuationParams)' due to differences in the nullability of reference types.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L208
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'queryParams' of type 'IDictionary<string, object>' in 'int RequestHelper.ParseContinuationParameters(JsonNode jresult, IDictionary<string, object> queryParams, IDictionary<string, string>? continuationParams)' due to differences in the nullability of reference types.
|
|
Build:
WikiClientLibrary/RequestHelper.cs#L147
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'queryParams' of type 'IDictionary<string, object>' in 'int RequestHelper.ParseContinuationParameters(JsonNode jresult, IDictionary<string, object> queryParams, IDictionary<string, string>? continuationParams)' due to differences in the nullability of reference types.
|
Loading