Skip to content

Readme

Readme #47

Triggered via push November 23, 2023 11:43
Status Success
Total duration 32s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Spoleto.SMS/Services/SmsService.cs#L226
Cannot convert null literal to non-nullable reference type.
build: src/Spoleto.SMS/Models/SmsStatusResult.cs#L24
Non-nullable property 'ProviderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusResult.cs#L37
Non-nullable property 'SmsStatusData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusResult.cs#L50
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusData.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusData.cs#L29
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusData.cs#L40
Non-nullable property 'Recipient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusData.cs#L51
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusData.cs#L62
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.SMS/Models/SmsStatusData.cs#L109
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.