Add jacob crop stats #129
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
EliteAPI/Controllers/AdminController.cs#L55
Possible null reference assignment.
|
build:
EliteAPI/Controllers/AdminController.cs#L56
Possible null reference assignment.
|
build:
EliteAPI/Controllers/AdminController.cs#L59
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
|
build:
EliteAPI/Controllers/Events/AdminEventController.cs#L268
XML comment has a param tag for 'image', but there is no parameter by that name
|
build:
EliteAPI/Controllers/Events/EventTeamController.cs#L74
Parameter 'teamId' has no matching param tag in the XML comment for 'EventTeamController.GetEventTeam(ulong, int)' (but other parameters do)
|
build:
EliteAPI/Controllers/AdminController.cs#L55
Possible null reference assignment.
|