Skip to content

Change how authentication is sent to conform with RFC 7235. #57

Change how authentication is sent to conform with RFC 7235.

Change how authentication is sent to conform with RFC 7235. #57

Re-run triggered September 1, 2024 03:25
Status Success
Total duration 2m 27s
Artifacts

basic.yml

on: push
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.