.NET SDK CI/CD #20
actions.yml
on: workflow_dispatch
Build
23s
Publish to NuGet
29s
Annotations
22 warnings
Build
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/
|
Build:
src/com.telstra.messaging/Utils/CustomArrayConverter.cs#L24
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.
|
Build:
src/com.telstra.messaging/Utils/CustomArrayConverter.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Build:
src/com.telstra.messaging/Utils/CustomArrayConverter.cs#L40
Dereference of a possibly null reference.
|
Build:
src/com.telstra.messaging/Models/VirtualNumbers/UpdateVirtualNumberParams.cs#L29
Non-nullable field '_number' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/com.telstra.messaging/Models/VirtualNumbers/RecipientOptout.cs#L8
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/com.telstra.messaging/Models/VirtualNumbers/RecipientOptout.cs#L11
Non-nullable property 'VirtualNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/com.telstra.messaging/Models/VirtualNumbers/RecipientOptout.cs#L14
Non-nullable property 'OptoutNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/com.telstra.messaging/Models/VirtualNumbers/AssignVirtualNumberParams.cs#L37
Non-nullable field '_tags' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/com.telstra.messaging/Models/Messages/UpdateMessageTagsParams.cs#L47
Non-nullable field '_messageId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/com.telstra.messaging/Models/Messages/UpdateMessageParams.cs#L126
Non-nullable field '_messageId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish to NuGet
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/
|
Publish to NuGet:
src/com.telstra.messaging/Models/VirtualNumbers/UpdateVirtualNumberParams.cs#L29
Non-nullable field '_number' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish to NuGet:
src/com.telstra.messaging/Models/VirtualNumbers/RecipientOptout.cs#L8
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish to NuGet:
src/com.telstra.messaging/Models/VirtualNumbers/RecipientOptout.cs#L11
Non-nullable property 'VirtualNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish to NuGet:
src/com.telstra.messaging/Models/VirtualNumbers/RecipientOptout.cs#L14
Non-nullable property 'OptoutNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish to NuGet:
src/com.telstra.messaging/Utils/CustomArrayConverter.cs#L24
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.
|
Publish to NuGet:
src/com.telstra.messaging/Utils/CustomArrayConverter.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Publish to NuGet:
src/com.telstra.messaging/Utils/CustomArrayConverter.cs#L40
Dereference of a possibly null reference.
|
Publish to NuGet:
src/com.telstra.messaging/Models/VirtualNumbers/AssignVirtualNumberParams.cs#L37
Non-nullable field '_tags' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish to NuGet:
src/com.telstra.messaging/Models/Messages/UpdateMessageTagsParams.cs#L47
Non-nullable field '_messageId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish to NuGet:
src/com.telstra.messaging/Models/Messages/UpdateMessageParams.cs#L126
Non-nullable field '_messageId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|