chore(release): prepare for 1.0.19 #44
Annotations
11 warnings
DownKyi.Core/Utils/ListHelper.cs#L63
Converting null literal or possible null value to non-nullable type.
|
DownKyi.Core/Aria2cNet/Server/AriaServer.cs#L13
Non-nullable field 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
DownKyi.Core/Utils/ListHelper.cs#L29
Dereference of a possibly null reference.
|
DownKyi.Core/Utils/MachineCode.cs#L5
Non-nullable field 'machineCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
DownKyi.Core/Utils/ObjectHelper.cs#L165
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
|
DownKyi.Core/Utils/ObjectHelper.cs#L133
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
|
DownKyi.Core/Utils/ObjectHelper.cs#L41
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
DownKyi.Core/Aria2cNet/AriaManager.cs#L21
Cannot convert null literal to non-nullable reference type.
|
DownKyi.Core/Aria2cNet/AriaManager.cs#L49
Cannot convert null literal to non-nullable reference type.
|
DownKyi.Core/Aria2cNet/AriaManager.cs#L25
Cannot convert null literal to non-nullable reference type.
|
|
The logs for this run have expired and are no longer available.
Loading