Skip to content
Triggered via release October 2, 2024 21:25
@stnguyen90stnguyen90
published 0.10.1
Status Success
Total duration 1m 12s
Artifacts

publish.yml

on: release
Release build and publish
1m 5s
Release build and publish
Fit to window
Zoom out
Zoom in

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/Client.cs#L191
Converting null literal or possible null value to non-nullable type.
Release build and publish: Appwrite/Client.cs#L203
Dereference of a possibly null reference.
Release build and publish: Appwrite/Client.cs#L362
Dereference of a possibly null reference.
Release build and publish: Appwrite/Client.cs#L370
Dereference of a possibly null reference.
Release build and publish: Appwrite/Client.cs#L387
Dereference of a possibly null reference.
Release build and publish: Appwrite/Client.cs#L409
Possible null reference argument for parameter 'key' in 'object? Dictionary<string, object?>.this[string key]'.
Release build and publish: Appwrite/Client.cs#L409
Converting null literal or possible null value to non-nullable type.
Release build and publish: Appwrite/Client.cs#L421
Unboxing a possibly null value.