Start moving to fast endpoints #181
Annotations
10 warnings
build:
EliteAPI/Features/Contests/UploadCurrentContests/Request.cs#L10
Non-nullable property 'Contests' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EliteAPI/Features/Weight/GetWeightForSelected/Endpoint.cs#L21
Parameter 'context' is unread.
|
build:
EliteAPI/Features/Weight/GetWeightForProfile/Endpoint.cs#L21
Parameter 'context' is unread.
|
build:
EliteAPI/Features/Admin/GetAdmins/Endpoint.cs#L38
Possible null reference assignment.
|
build:
EliteAPI/Features/Admin/GetAdmins/Endpoint.cs#L39
Possible null reference assignment.
|
build:
EliteAPI/Features/Admin/GetAdmins/Endpoint.cs#L42
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
|
build:
EliteAPI/Models/DTOs/Outgoing/Events.cs#L357
Non-nullable property 'ProfileMember' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EliteAPI/Services/MojangService.cs#L107
The variable '_' is declared but never used
|
build:
EliteAPI/Services/MojangService.cs#L157
The variable '_' is declared but never used
|
build:
EliteAPI/Parsers/Inventories/NbtParser.cs#L131
The variable '_' is declared but never used
|