Remoted tunnel service #161
Draft
Annotations
10 errors and 10 warnings
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L577
Cannot assign void to an implicitly-typed variable
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L524
'RemotePairingProtocol.StartQuicTunnel()': not all code paths return a value
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L108
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L106
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L105
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L94
No overload for method 'StartQuicTunnel' takes 2 arguments
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L20
No overload for method 'StartQuicTunnel' takes 2 arguments
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TapDevice/Iphlpapi.cs#L15
The type 'Netimobiledevice.Remoted.Tunnel.TapDevice.MIB_IPINTERFACE_ROW' is not supported by source-generated P/Invokes. The generated source will not handle marshalling of parameter 'row'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TapDevice/Iphlpapi.cs#L12
The type 'Netimobiledevice.Remoted.Tunnel.TapDevice.MIB_IPINTERFACE_ROW' is not supported by source-generated P/Invokes. The generated source will not handle marshalling of parameter 'row'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TapDevice/Iphlpapi.cs#L9
The type 'Netimobiledevice.Remoted.Tunnel.TapDevice.MIB_IPINTERFACE_ROW' is not supported by source-generated P/Invokes. The generated source will not handle marshalling of parameter 'row'. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1051)
|
|
Build:
Netimobiledevice/Afc/CrashReportsService.cs#L23
The field 'CrashReportsService._crashMoverServiceName' is assigned but its value is never used
|
|
Build:
Netimobiledevice/DeviceLink/DeviceLinkService.cs#L75
The event 'DeviceLinkService.PasscodeRequiredForBackup' is never used
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L13
The field 'RemotePairingProtocol._encryptedSequenceNumber' is never used
|
|
Build:
Netimobiledevice/Remoted/Tunnel/CoreDeviceTunnelService.cs#L10
The field 'CoreDeviceTunnelService.version' is never used
|
|
Build:
Netimobiledevice/Lockdown/LockdownClient.cs#L33
Field 'LockdownClient._medium' is never assigned to, and will always have its default value
|
|
Build:
Netimobiledevice/DeviceLink/DeviceLinkService.cs#L55
The event 'DeviceLinkService.Error' is never used
|
|
Build:
Netimobiledevice/Remoted/Tunnel/CoreDeviceTunnelProxy.cs#L24
Dereference of a possibly null reference.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelTask.cs#L9
Non-nullable property 'Tunnel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelTask.cs#L8
Non-nullable property 'Udid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelTask.cs#L7
Non-nullable property 'Task' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading