Skip to content

Feature/moderator users #76

Feature/moderator users

Feature/moderator users #76

Triggered via pull request March 16, 2024 21:15
Status Success
Total duration 1m 29s
Artifacts

cicd.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: files/Models/FileUploadModel.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: files/Models/FileUploadModel.cs#L6
Non-nullable property 'FileStream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: files/Services/FileShareService.cs#L19
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: emails/Services/EmailService.cs#L25
Nullability of reference types in return type of 'Task<SendResponse?> EmailService.SendEmailAsync<T>(string emailTo, string subject, T model, string templateName)' doesn't match implicitly implemented member 'Task<SendResponse> IEmailService.SendEmailAsync<T>(string emailTo, string subject, T model, string templateName)'.
build: emails/Services/CustomRazorRenderer.cs#L12
Cannot convert null literal to non-nullable reference type.
build: emails/Models/EmailSettings.cs#L5
Non-nullable property 'ToWhenDebugging' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: emails/Models/EmailSettings.cs#L6
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: emails/Models/EmailSettings.cs#L7
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: emails/Models/EmailSettings.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: emails/Models/EmailSettings.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.