fix: Remove LiteLoader #96
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/Jobs/SaveMinecraftModStats.cs#L82
Non-nullable property 'GameVersion' 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.
|