Skip to content

v2.0.0

v2.0.0 #24

Triggered via release February 15, 2024 15:20
Status Success
Total duration 45s
Artifacts

cd.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/SMS.Net/SmsChannel/ChannelData.cs#L70
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/SMS.Net/Models/Message/PhoneNumber.cs#L46
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/SMS.Net/Models/Message/PhoneNumber.cs#L60
Nullability of reference types in type of parameter 'other' of 'bool PhoneNumber.Equals(PhoneNumber other)' doesn't match implicitly implemented member 'bool IEquatable<PhoneNumber>.Equals(PhoneNumber? other)' (possibly because of nullability attributes).
build: src/SMS.Net/Models/Message/PhoneNumber.cs#L56
Nullability of reference types in type of parameter 'other' of 'bool PhoneNumber.Equals(string other)' doesn't match implicitly implemented member 'bool IEquatable<string>.Equals(string? other)' (possibly because of nullability attributes).
build: src/SMS.Net/SmsService.cs#L20
Converting null literal or possible null value to non-nullable type.
build: src/SMS.Net/SmsService.cs#L63
Converting null literal or possible null value to non-nullable type.
build: src/SMS.Net/Models/Result/SmsSendingResult.cs#L117
Converting null literal or possible null value to non-nullable type.
build: src/SMS.Net/Utilities/ChannelDataExtensions.cs#L19
Parameter 'value' has no matching param tag in the XML comment for 'ChannelDataExtensions.TryGetData<TValue>(IEnumerable<ChannelData>, string, out TValue)' (but other parameters do)
build: src/SMS.Net/Utilities/ChannelDataExtensions.cs#L38
Parameter 'default' has no matching param tag in the XML comment for 'ChannelDataExtensions.GetData<TValue>(IEnumerable<ChannelData>, string, TValue)' (but other parameters do)
build: src/SmsDeliveryChannels/SMS.Net.MessageBird/MessageBirdSmsDeliveryChannel.cs#L75
Possible null reference argument for parameter 'accessKey' in 'Client Client.CreateDefault(string accessKey, IProxyConfigurationInjector proxyConfigurationInjector = null)'.