Potential fix for code scanning alert no. 1: Workflow does not contai… #8
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.
|