Fix cycle detection test. [GONE WRONG] [GONE S*XUAL] #62
Annotations
6 warnings
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Run tests:
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.
|
Loading