GHelper v0.109 #45
Annotations
10 warnings
release:
app/AppConfig.cs#L120
Cannot convert null literal to non-nullable reference type.
|
release:
app/Settings.cs#L998
Cannot convert null literal to non-nullable reference type.
|
release:
app/Updates.cs#L53
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.
|
release:
app/Updates.cs#L58
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.
|
release:
app/Updates.cs#L109
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
release:
app/Updates.cs#L109
Possible null reference assignment.
|
release:
app/Updates.cs#L126
Dereference of a possibly null reference.
|
release:
app/Updates.cs#L134
Possible null reference assignment.
|
release:
app/Updates.cs#L22
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
release:
app/Updates.cs#L23
Non-nullable field 'bios' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|