Skip to content

Update dotnet.yml

Update dotnet.yml #2

Triggered via push October 3, 2024 15:55
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: EliteAPI/Services/DiscordService.cs#L27
Parameter 'redis' is unread.
build: EliteAPI/Controllers/AdminController.cs#L49
Possible null reference assignment.
build: EliteAPI/Controllers/AdminController.cs#L50
Possible null reference assignment.
build: EliteAPI/Controllers/AdminController.cs#L53
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/Models/DTOs/Outgoing/Events.cs#L366
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/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/Services/DiscordService.cs#L27
Parameter 'redis' is unread.