Update README.md #118
Annotations
1 error and 11 warnings
|
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/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
src/Services/PushNotificationService/Ioc/Configurator.cs#L53
Converting null literal or possible null value to non-nullable type.
|
src/Services/PushNotificationService/Ioc/Configurator.cs#L40
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
The logs for this run have expired and are no longer available.
Loading