Merge pull request #221 from RaythaHQ/dev #62
Annotations
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/Raytha.Domain/Common/EmailMessage.cs#L37
Non-nullable property 'Attachment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Raytha.Domain/Common/EmailMessage.cs#L38
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'FromEmailAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'FromName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Raytha.Domain/ValueObjects/FieldValues/StringFieldValue.cs#L5
Cannot convert null literal to non-nullable reference type.
|
src/Raytha.Domain/ValueObjects/FieldValues/StringFieldValue.cs#L9
Possible null reference assignment.
|
src/Raytha.Domain/Entities/ApiKey.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Raytha.Domain/Entities/View.cs#L16
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading