Serializing fix & Binary file sending method #26
Merged
Annotations
10 warnings
|
System/Net/IsOnline.cs#L24
Non-nullable field '_hostname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
System/Net/IsOnline.cs#L14
Non-nullable field '_address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
System/Computer/Awake/Awake.v1.cs#L33
Cannot convert null literal to non-nullable reference type.
|
|
Web/API/Request.cs#L446
Converting null literal or possible null value to non-nullable type.
|
|
Web/API/Request.cs#L442
Dereference of a possibly null reference.
|
|
Web/API/Request.cs#L438
Dereference of a possibly null reference.
|
|
Web/API/Request.cs#L437
Dereference of a possibly null reference.
|
|
Web/API/Request.cs#L70
Cannot convert null literal to non-nullable reference type.
|
|
Web/API/Request.cs#L60
Cannot convert null literal to non-nullable reference type.
|
|
Web/API/Request.cs#L55
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading