Skip to content

Forgot to add the info component, sry #64

Forgot to add the info component, sry

Forgot to add the info component, sry #64

Triggered via push September 4, 2024 05:49
Status Success
Total duration 7m 16s
Artifacts

basic.yml

on: push
build-and-test
7m 7s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build-and-test: MSOC.Backend/Controller/RequestModel/TrackAdditionRequestModel.cs#L7
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-and-test: MSOC.Backend/Controller/RequestModel/TrackAdditionRequestModel.cs#L9
Non-nullable property 'Artist' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: MSOC.Backend/Controller/RequestModel/TrackAdditionRequestModel.cs#L11
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: MSOC.Backend/Controller/RequestModel/TrackAdditionRequestModel.cs#L15
Non-nullable property 'CoverImageUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: MSOC.Backend/Controller/RequestModel/TrackAdditionRequestModel.cs#L19
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: MSOC.Backend/Controller/RequestModel/TeamRequestModel.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.