Skip to content

Update all non-major dependencies #119

Update all non-major dependencies

Update all non-major dependencies #119

Triggered via pull request December 12, 2024 22:07
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L54
Possible null reference assignment.
build: EliteAPI/Controllers/AdminController.cs#L55
Possible null reference assignment.
build: EliteAPI/Controllers/AdminController.cs#L58
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
build: EliteAPI/Parsers/Inventories/NbtParser.cs#L131
The variable '_' is declared but never used
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/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/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#L54
Possible null reference assignment.