Skip to content

fix: More logging

fix: More logging #103

Triggered via push January 9, 2024 11:57
Status Success
Total duration 1m 10s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
generate: CFLookup/Pages/Index.cshtml.cs#L40
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L171
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L172
Cannot convert null literal to non-nullable reference type.
generate: CFLookup/Program.cs#L15
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#L13
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
generate: CFLookup/StatsController.cs#L108
Non-nullable property 'GameVersion' must contain a non-null value when exiting constructor. Consider 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.