Update redis Docker tag to v7.4.0 - autoclosed #18
Annotations
10 warnings
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/DiscordService.cs#L27
Parameter 'redis' is unread.
|
build:
EliteAPI/Services/MojangService.cs#L157
The variable '_' is declared but never used
|
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/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/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.
|