Skip to content

chore: Add info that we couldn't find any updated files for mods #93

chore: Add info that we couldn't find any updated files for mods

chore: Add info that we couldn't find any updated files for mods #93

Triggered via push December 20, 2023 15:44
Status Success
Total duration 57s
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#L175
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/SharedMethods.cs#L21
Possible null reference argument for parameter 'value' in 'List<Game>? JsonConvert.DeserializeObject<List<Game>>(string value)'.
generate: CFLookup/SharedMethods.cs#L21
Possible null reference return.
generate: CFLookup/SharedMethods.cs#L35
Possible null reference argument for parameter 'value' in 'Game? JsonConvert.DeserializeObject<Game>(string value)'.
generate: CFLookup/SharedMethods.cs#L35
Possible null reference return.
generate: CFLookup/SharedMethods.cs#L49
Possible null reference argument for parameter 'value' in 'List<Category>? JsonConvert.DeserializeObject<List<Category>>(string value)'.
generate: CFLookup/SharedMethods.cs#L49
Possible null reference return.