Skip to content

Make backend only run on C# file(s). #1

Make backend only run on C# file(s).

Make backend only run on C# file(s). #1

Triggered via push September 4, 2024 06:11
Status Success
Total duration 7m 11s
Artifacts

backend.yml

on: push
build-and-test
7m 1s
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.