Skip to content

fix: Fetch all data, but only last post per day #123

fix: Fetch all data, but only last post per day

fix: Fetch all data, but only last post per day #123

Triggered via push December 30, 2024 14:26
Status Success
Total duration 1m 3s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
generate: CFDiscordBot/IGDBClient.cs#L14
Non-nullable field 'token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
generate: CFDiscordBot/IGDBClient.cs#L38
Possible null reference assignment.
generate: CFDiscordBot/IGDBClient.cs#L44
Dereference of a possibly null reference.
generate: CFDiscordBot/IGDBClient.cs#L51
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFDiscordBot/IGDBClient.cs#L53
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Pages/Index.cshtml.cs#L40
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Jobs/SaveMinecraftModStats.cs#L82
Non-nullable property 'GameVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L23
Non-nullable property 'Minecraft' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L27
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L28
Non-nullable property 'Modloaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L32
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L5
Non-nullable property 'ManifestType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/Models/CurseForgeManifest.cs#L9
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.