0.8.3 #2
publish.yml
on: release
Release build and publish
16s
Annotations
10 warnings
Release build and publish:
Appwrite/Converters/ValueClassConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Release build and publish:
Appwrite/Converters/ValueClassConverter.cs#L23
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Release build and publish:
Appwrite/Converters/ValueClassConverter.cs#L16
Converting null literal or possible null value to non-nullable type.
|
Release build and publish:
Appwrite/Converters/ValueClassConverter.cs#L18
Possible null reference assignment.
|
Release build and publish:
Appwrite/Client.cs#L190
Converting null literal or possible null value to non-nullable type.
|
Release build and publish:
Appwrite/Client.cs#L202
Dereference of a possibly null reference.
|
Release build and publish:
Appwrite/Client.cs#L353
Dereference of a possibly null reference.
|
Release build and publish:
Appwrite/Client.cs#L361
Dereference of a possibly null reference.
|
Release build and publish:
Appwrite/Client.cs#L378
Dereference of a possibly null reference.
|
Release build and publish:
Appwrite/Client.cs#L400
Possible null reference argument for parameter 'key' in 'object? Dictionary<string, object?>.this[string key]'.
|