Skip to content

Release 18.0.0

Release 18.0.0 #16

Triggered via pull request October 20, 2023 16:02
Status Cancelled
Total duration 10m 38s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
ci
The operation was canceled.
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci: src/AirshipBindings.iOS.Core/obj/Release/net6.0-ios/iOS/UrbanAirship/UAConfig.g.cs#L117
Nullability of reference types in type of parameter 'zone' of 'NSObject UAConfig.Copy(NSZone zone)' doesn't match implicitly implemented member 'NSObject INSCopying.Copy(NSZone? zone)' (possibly because of nullability attributes).
ci: src/AirshipBindings.iOS.Core/obj/Release/net6.0-ios/iOS/UrbanAirship/UAConfig.g.cs#L117
Nullability of reference types in type of parameter 'zone' of 'NSObject UAConfig.Copy(NSZone zone)' doesn't match implicitly implemented member 'NSObject INSCopying.Copy(NSZone? zone)' (possibly because of nullability attributes).
ci: src/Airship.Net/Platforms/iOS/Airship.cs#L206
Nullability of reference types in return type of 'string? Airship.ChannelId.get' doesn't match implicitly implemented member 'string IAirship.ChannelId.get' (possibly because of nullability attributes).
ci: src/Airship.Net/Platforms/iOS/Airship.cs#L29
Dereference of a possibly null reference.
ci: src/Airship.Net/Platforms/iOS/Airship.cs#L311
Cannot convert null literal to non-nullable reference type.
ci: src/Airship.Net/Platforms/iOS/Airship.cs#L317
Cannot convert null literal to non-nullable reference type.
ci: src/Airship.Net/Platforms/iOS/Airship.cs#L349
Converting null literal or possible null value to non-nullable type.
ci: src/Airship.Net/Platforms/iOS/Airship.cs#L358
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'extras' of type 'Dictionary<string, string?>' in 'Message.Message(string messageId, string title, DateTime? sentDate, DateTime? expirationDate, bool unread, string? iconUrl, Dictionary<string, string?>? extras)' due to differences in the nullability of reference types.