Skip to content

chore(deps): bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 8.0.8 to 8.0.10 in /src #25

chore(deps): bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 8.0.8 to 8.0.10 in /src

chore(deps): bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 8.0.8 to 8.0.10 in /src #25

Status Success
Total duration 3m 29s
Artifacts

dotnet-desktop.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Debug): src/OA.Domain/Common/Response.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Debug): src/OA.Domain/Settings/MailSettings.cs#L5
Non-nullable property 'EmailFrom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Settings/MailSettings.cs#L6
Non-nullable property 'SmtpHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Settings/MailSettings.cs#L8
Non-nullable property 'SmtpUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Settings/MailSettings.cs#L9
Non-nullable property 'SmtpPass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Settings/MailSettings.cs#L10
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Auth/ResetPasswordRequest.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Auth/ResetPasswordRequest.cs#L11
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Auth/ResetPasswordRequest.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): src/OA.Domain/Auth/ResetPasswordRequest.cs#L18
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Common/Response.cs#L8
Cannot convert null literal to non-nullable reference type.
build (Release): src/OA.Domain/Auth/ResetPasswordRequest.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Auth/ResetPasswordRequest.cs#L11
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Auth/ResetPasswordRequest.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Auth/ResetPasswordRequest.cs#L18
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/MailSettings.cs#L5
Non-nullable property 'EmailFrom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/MailSettings.cs#L6
Non-nullable property 'SmtpHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/MailSettings.cs#L8
Non-nullable property 'SmtpUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/MailSettings.cs#L9
Non-nullable property 'SmtpPass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): src/OA.Domain/Settings/MailSettings.cs#L10
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.