fix: fix .net version in ci #105
Annotations
11 warnings
generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.
|