Skip to content

Merge pull request #74 from artehe/update-mobile-gestalt-keys #222

Merge pull request #74 from artehe/update-mobile-gestalt-keys

Merge pull request #74 from artehe/update-mobile-gestalt-keys #222

Triggered via push January 22, 2025 11:16
Status Success
Total duration 3m 11s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
test: Netimobiledevice/DeviceLink/DeviceLinkService.cs#L35
'DeviceLinkService.BytesRead.set': new protected member declared in sealed type
test: Netimobiledevice/Lockdown/RemoteLockdownClient.cs#L49
The member 'RemoteLockdownClient.Create(ServiceConnection, string, string, string, bool, float?, string, DictionaryNode?, string, ushort, ILogger?)' does not hide an accessible member. The new keyword is not required.
test: Netimobiledevice/Remoted/RemoteServiceDiscoveryService.cs#L31
'RemoteServiceDiscoveryService.Udid' hides inherited member 'LockdownServiceProvider.Udid'. Use the new keyword if hiding was intended.
test: Netimobiledevice/Remoted/RemoteServiceDiscoveryService.cs#L33
'RemoteServiceDiscoveryService.ProductType' hides inherited member 'LockdownServiceProvider.ProductType'. Use the new keyword if hiding was intended.
test: Netimobiledevice/Usbmuxd/UsbmuxConnection.cs#L188
Possible null reference argument for parameter 'logger' in 'PlistMuxConnection.PlistMuxConnection(UsbmuxdSocket sock, ILogger logger)'.
test: Netimobiledevice/DeviceLink/DeviceLinkService.cs#L457
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: Netimobiledevice/Remoted/Xpc/XpcWrapper.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: 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.
test: 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.
test: 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.
deploy: Netimobiledevice/Lockdown/RemoteLockdownClient.cs#L49
The member 'RemoteLockdownClient.Create(ServiceConnection, string, string, string, bool, float?, string, DictionaryNode?, string, ushort, ILogger?)' does not hide an accessible member. The new keyword is not required.
deploy: Netimobiledevice/Remoted/RemoteServiceDiscoveryService.cs#L31
'RemoteServiceDiscoveryService.Udid' hides inherited member 'LockdownServiceProvider.Udid'. Use the new keyword if hiding was intended.
deploy: Netimobiledevice/Remoted/RemoteServiceDiscoveryService.cs#L33
'RemoteServiceDiscoveryService.ProductType' hides inherited member 'LockdownServiceProvider.ProductType'. Use the new keyword if hiding was intended.
deploy: Netimobiledevice/DeviceLink/DeviceLinkService.cs#L35
'DeviceLinkService.BytesRead.set': new protected member declared in sealed type
deploy: Netimobiledevice/Usbmuxd/UsbmuxConnection.cs#L188
Possible null reference argument for parameter 'logger' in 'PlistMuxConnection.PlistMuxConnection(UsbmuxdSocket sock, ILogger logger)'.
deploy: Netimobiledevice/DeviceLink/DeviceLinkService.cs#L457
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy: Netimobiledevice/Remoted/Xpc/XpcWrapper.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: 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.
deploy: 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.
deploy: 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.