feat: Adding the page that will show the data for the stats (and the … #97
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/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.
|
generate:
CFLookup/SharedMethods.cs#L50
Possible null reference argument for parameter 'json' in 'List<Category>? JsonSerializer.Deserialize<List<Category>>(string json, JsonSerializerOptions? options = null)'.
|