File Downloader Submodule Major Refactor (Hi3Helper.Http) #993
Annotations
10 warnings
Hi3Helper.Http/Legacy/Session/SessionManager.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Hi3Helper.Http/Legacy/Session/SessionManager.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Hi3Helper.Http/Legacy/TaskExtensions.cs#L31
Cannot convert null literal to non-nullable reference type.
|
Hi3Helper.Http/Legacy/TaskExtensions.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Hi3Helper.Http/Legacy/TaskExtensions.cs#L53
Converting null literal or possible null value to non-nullable type.
|
Hi3Helper.Http/Legacy/Session/Session.cs#L183
Possible null reference assignment.
|
Hi3Helper.Http/Legacy/Session/Session.cs#L172
Non-nullable field 'SessionClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Hi3Helper.Http/Legacy/Session/Session.cs#L172
Non-nullable field 'StreamInput' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Hi3Helper.Http/Legacy/Session/Session.cs#L172
Non-nullable field 'StreamOutput' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Hi3Helper.Http/Legacy/Session/Session.cs#L252
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading