Skip to content

Adds Source mode to tinymce #176 #32

Adds Source mode to tinymce #176

Adds Source mode to tinymce #176 #32

Triggered via push December 27, 2023 17:44
Status Success
Total duration 1m 56s
Artifacts

tests.yml

on: push
Matrix: build_tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L37
Non-nullable property 'Attachment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L38
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'FromEmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/Common/EmailMessage.cs#L17
Non-nullable property 'FromName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/ValueObjects/FieldValues/StringFieldValue.cs#L5
Cannot convert null literal to non-nullable reference type.
build_tests (6.0.x): src/Raytha.Domain/Entities/View.cs#L16
Non-nullable property 'WebTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tests (6.0.x): src/Raytha.Domain/Entities/View.cs#L18
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.