Update model identifiers with aditional models. #186
Annotations
10 warnings
Build:
Netimobiledevice/Usbmuxd/UsbmuxConnection.cs#L188
Possible null reference argument for parameter 'logger' in 'PlistMuxConnection.PlistMuxConnection(UsbmuxdSocket sock, ILogger logger)'.
|
Build:
Netimobiledevice/Lockdown/ServiceConnection.cs#L49
Possible null reference argument for parameter 'logger' in 'ServiceConnection.ServiceConnection(Socket sock, ILogger logger, UsbmuxdDevice? muxDevice = null)'.
|
Build:
Netimobiledevice/Lockdown/ServiceConnection.cs#L62
Possible null reference argument for parameter 'logger' in 'ServiceConnection.ServiceConnection(Socket sock, ILogger logger, UsbmuxdDevice? muxDevice = null)'.
|
Build:
Netimobiledevice/Lockdown/LockdownClient.cs#L83
Non-nullable property 'SerialNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Netimobiledevice/Diagnostics/DiagnosticsService.cs#L200
Possible null reference return.
|
Build:
Netimobiledevice/Lockdown/LockdownClient.cs#L33
Field 'LockdownClient._medium' is never assigned to, and will always have its default value
|
Build:
Netimobiledevice/Lockdown/LockdownClient.cs#L37
The field 'LockdownClient._usbmuxdConnectionType' is never used
|
Build:
Netimobiledevice/Afc/CrashReportsService.cs#L24
The field 'CrashReportsService._crashMoverServiceName' is assigned but its value is never used
|
Build:
Netimobiledevice/Usbmuxd/UsbmuxdSocket.cs#L30
The behavior of 'Convert.ToUInt16(string)' could vary based on the current user's locale settings. Replace this call in 'UsbmuxdSocket.UsbmuxdSocket([string])' with a call to 'Convert.ToUInt16(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build:
Netimobiledevice/Extentions/StructExtentions.cs#L32
'T' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors' in 'System.Runtime.InteropServices.Marshal.PtrToStructure<T>(IntPtr)'. The generic parameter 'T' of 'Netimobiledevice.Extentions.StructExtentions.FromBytes<T>(Byte[])' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Loading