Skip to content

Update main.yml

Update main.yml #8

Triggered via push September 15, 2024 00:30
Status Failure
Total duration 10m 9s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Deploy
Error: None of the available transfer strategies work. Last error response was 'Error: Can't open data connection in passive mode: connect ETIMEDOUT 74.208.197.58:61689'.
Deploy: Core.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.
Deploy: Core.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.
Deploy: Core.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.
Deploy: Core.Domain/Settings/MailSettings.cs#L9
Non-nullable property 'SmtpPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: Core.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.
Deploy: Core.Domain/Entities/WebScraping/ScrapPage.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: Core.Domain/Entities/WebScraping/ScrapPage.cs#L8
Non-nullable property 'Img' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: Core.Domain/Entities/WebScraping/ScrapPage.cs#L9
Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: Core.Domain/Entities/WebScraping/ScrapPage.cs#L10
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy: Core.Domain/Entities/WebScraping/ScrapPage.cs#L14
Non-nullable property 'MovieWeb' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.