Skip to content

gets the internal device model #94

gets the internal device model

gets the internal device model #94

Triggered via pull request December 13, 2023 10:27
Status Success
Total duration 1m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: Netimobiledevice/Afc/AfcService.cs#L188
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
test: Netimobiledevice/Plist/DictionaryNode.cs#L254
Possible null reference assignment.
test: Netimobiledevice/Plist/BinaryFormatWriter.cs#L62
Converting null literal or possible null value to non-nullable type.
test: Netimobiledevice/Plist/BinaryFormatWriter.cs#L72
Converting null literal or possible null value to non-nullable type.
test: Netimobiledevice/Plist/BinaryFormatWriter.cs#L126
Converting null literal or possible null value to non-nullable type.
test: Netimobiledevice/Plist/BinaryFormatWriter.cs#L132
Converting null literal or possible null value to non-nullable type.
test: Netimobiledevice/Plist/BinaryFormatWriter.cs#L223
Converting null literal or possible null value to non-nullable type.
test: Netimobiledevice/Plist/BinaryFormatWriter.cs#L238
Dereference of a possibly null reference.
test: Netimobiledevice/Plist/BinaryFormatWriter.cs#L238
Possible null reference argument for parameter 'buffer' in 'void Stream.Write(byte[] buffer, int offset, int count)'.
test: 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.