Skip to content

Potential fix for code scanning alert no. 1: Workflow does not contai… #8

Potential fix for code scanning alert no. 1: Workflow does not contai…

Potential fix for code scanning alert no. 1: Workflow does not contai… #8

Triggered via push July 4, 2025 08:47
Status Success
Total duration 1m 15s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Web/Models/Pages/StartPage.cs#L25
Non-nullable property 'MainContentArea' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/VideoFile.cs#L20
Non-nullable property 'PreviewImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/VideoFile.cs#L14
Non-nullable property 'Copyright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Pages/NewsPage.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/ImageFile.cs#L15
Non-nullable property 'Copyright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/GenericMedia.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Pages/StartPage.cs#L25
Non-nullable property 'MainContentArea' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/VideoFile.cs#L20
Non-nullable property 'PreviewImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/VideoFile.cs#L14
Non-nullable property 'Copyright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Pages/NewsPage.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.