Skip to content

chore: Add delays to data fetching to protect us from being banned fr… #117

chore: Add delays to data fetching to protect us from being banned fr…

chore: Add delays to data fetching to protect us from being banned fr… #117

Triggered via push November 7, 2024 08:24
Status Success
Total duration 1m 21s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
generate
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/Program.cs#L173
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L174
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
generate: CFLookup/Program.cs#L15
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
generate: CFLookup/StatsController.cs#L108
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/SharedMethods.cs#L22
Possible null reference argument for parameter 'json' in 'List<Game>? JsonSerializer.Deserialize<List<Game>>(string json, JsonSerializerOptions? options = null)'.
generate: CFLookup/SharedMethods.cs#L22
Possible null reference return.
generate: CFLookup/SharedMethods.cs#L36
Possible null reference argument for parameter 'json' in 'Game? JsonSerializer.Deserialize<Game>(string json, JsonSerializerOptions? options = null)'.
generate: CFLookup/SharedMethods.cs#L36
Possible null reference return.