0.10.1 #6
Annotations
10 warnings
Appwrite/Converters/ValueClassConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Appwrite/Converters/ValueClassConverter.cs#L23
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Appwrite/Client.cs#L191
Converting null literal or possible null value to non-nullable type.
|
Appwrite/Client.cs#L203
Dereference of a possibly null reference.
|
Appwrite/Client.cs#L362
Dereference of a possibly null reference.
|
Appwrite/Client.cs#L370
Dereference of a possibly null reference.
|
Appwrite/Client.cs#L387
Dereference of a possibly null reference.
|
Appwrite/Client.cs#L409
Possible null reference argument for parameter 'key' in 'object? Dictionary<string, object?>.this[string key]'.
|
Appwrite/Client.cs#L409
Converting null literal or possible null value to non-nullable type.
|
Appwrite/Client.cs#L421
Unboxing a possibly null value.
|
The logs for this run have expired and are no longer available.
Loading