Merge pull request #21 from AbreuHD/feature/GetMovieInfo #7
Annotations
1 error and 12 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:59609'.
|
Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: SamKirkland/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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:
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
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.
|