Skip to content

Update README.md

Update README.md #118

Triggered via push September 17, 2024 19:18
Status Failure
Total duration 46s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
test
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Contracts/NotificationContract/Models/SendNotificationRequest.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/PushNotificationService/Ioc/Configuration.cs#L16
Non-nullable property 'MailSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/PushNotificationService/Ioc/Configuration.cs#L32
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/PushNotificationService/Ioc/Configuration.cs#L34
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/PushNotificationService/Ioc/Configuration.cs#L35
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/PushNotificationService/Ioc/Configuration.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/SmsService/Ioc/Configuration.cs#L7
Non-nullable property 'AppSetting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/SmsService/Ioc/Configuration.cs#L19
Non-nullable property 'Providers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Services/SmsService/Ioc/Configurator.cs#L20
Possible null reference return.
build: src/Services/SmsService/ApplicationCore/Services/KaveNegarProvider.cs#L33
The variable 'ex' is declared but never used
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: src/Contracts/NotificationContract/Models/SendNotificationRequest.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configuration.cs#L16
Non-nullable property 'MailSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configuration.cs#L32
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configuration.cs#L34
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configuration.cs#L35
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configuration.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configuration.cs#L37
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configuration.cs#L5
Non-nullable property 'AppSetting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Services/PushNotificationService/Ioc/Configurator.cs#L53
Converting null literal or possible null value to non-nullable type.
test: src/Services/PushNotificationService/Ioc/Configurator.cs#L40
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)