Skip to content

Add simple authorization for /api/admin/* endpoints. #56

Add simple authorization for /api/admin/* endpoints.

Add simple authorization for /api/admin/* endpoints. #56

Triggered via push September 1, 2024 02:46
Status Success
Total duration 2m 14s
Artifacts

basic.yml

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