fix: More logging #103
Annotations
10 warnings
Build and package site for publish:
CFLookup/Pages/Index.cshtml.cs#L40
Cannot convert null literal to non-nullable reference type.
|
Build and package site for publish:
CFLookup/Program.cs#L171
Cannot convert null literal to non-nullable reference type.
|
Build and package site for publish:
CFLookup/Program.cs#L172
Cannot convert null literal to non-nullable reference type.
|
Build and package site for publish:
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.
|
Build and package site for publish:
CFLookup/Program.cs#L13
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and package site for publish:
CFLookup/StatsController.cs#L108
Non-nullable property 'GameVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and package site for publish:
CFLookup/SharedMethods.cs#L22
Possible null reference argument for parameter 'json' in 'List<Game>? JsonSerializer.Deserialize<List<Game>>(string json, JsonSerializerOptions? options = null)'.
|
Build and package site for publish:
CFLookup/SharedMethods.cs#L22
Possible null reference return.
|
Build and package site for publish:
CFLookup/SharedMethods.cs#L36
Possible null reference argument for parameter 'json' in 'Game? JsonSerializer.Deserialize<Game>(string json, JsonSerializerOptions? options = null)'.
|
Build and package site for publish:
CFLookup/SharedMethods.cs#L36
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading